/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Inter, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
  h1, h2, h3, h4, h5, h6 {
	font-family: museo, Georgia, Times New Roman, serif;
	font-weight: 300;
	margin-bottom: 2rem;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(203, 69, 58, var(--tw-text-opacity));
}

  .h0 {
	font-size: 1.75rem;
}
  @media (min-width: 580px) {
    .h0 {
		font-size: 2rem;
	}
  }
  @media (min-width: 768px) {
    .h0 {
		font-size: 2.625rem;
	}
  }
  @media (min-width: 1024px) {
    .h0 {
		font-size: 3rem;
	}
  }
  @media (min-width: 1360px) {
    .h0 {
		font-size: 3.25rem;
	}
  }

  h1, .h1 {
	font-size: 1.625rem;
}
  @media (min-width: 580px) {
    h1, .h1 {
		font-size: 1.625rem;
	}
  }
  @media (min-width: 768px) {
    h1, .h1 {
		font-size: 1.75rem;
	}
  }
  @media (min-width: 1024px) {
    h1, .h1 {
		font-size: 2.25rem;
	}
  }
  @media (min-width: 1360px) {
    h1, .h1 {
		font-size: 2.625rem;
	}
  }

  h2, .h2 {
	font-size: 1.5rem;
}
  @media (min-width: 580px) {
    h2, .h2 {
		font-size: 1.5rem;
	}
  }
  @media (min-width: 768px) {
    h2, .h2 {
		font-size: 1.625rem;
	}
  }
  @media (min-width: 1024px) {
    h2, .h2 {
		font-size: 2rem;
	}
  }
  @media (min-width: 1360px) {
    h2, .h2 {
		font-size: 2.25rem;
	}
  }

  h3, .h3 {
	font-size: 1.125rem;
}
  @media (min-width: 580px) {
    h3, .h3 {
		font-size: 1.25rem;
	}
  }
  @media (min-width: 768px) {
    h3, .h3 {
		font-size: 1.5rem;
	}
  }
  @media (min-width: 1024px) {
    h3, .h3 {
		font-size: 1.625rem;
	}
  }

  h4, .h4 {
	font-size: 1rem;
}
  @media (min-width: 580px) {
    h4, .h4 {
		font-size: 1.125rem;
	}
  }
  @media (min-width: 768px) {
    h4, .h4 {
		font-size: 1.25rem;
	}
  }
  @media (min-width: 1024px) {
    h4, .h4 {
		font-size: 1.5rem;
	}
  }

  h5, .h5 {
	font-size: 1rem;
}
  @media (min-width: 580px) {
    h5, .h5 {
		font-size: 1rem;
	}
  }
  @media (min-width: 768px) {
    h5, .h5 {
		font-size: 1.125rem;
	}
  }
  @media (min-width: 1024px) {
    h5, .h5 {
		font-size: 1.25rem;
	}
  }

  h6, .h6 {
	font-size: 1rem;
}
  @media (min-width: 580px) {
    h6, .h6 {
		font-size: 1rem;
	}
  }
  @media (min-width: 768px) {
    h6, .h6 {
		font-size: 1rem;
	}
  }
  @media (min-width: 1024px) {
    h6, .h6 {
		font-size: 1.125rem;
	}
  }

  .h7 {
	font-size: .875rem;
}
  @media (min-width: 580px) {
    .h7 {
		font-size: .875rem;
	}
  }
  @media (min-width: 768px) {
    .h7 {
		font-size: 1rem;
	}
  }
  @media (min-width: 1024px) {
    .h7 {
		font-size: 1.125rem;
	}
  }

  body {
	--tw-text-opacity: 1;
	color: rgba(113, 116, 119, var(--tw-text-opacity));
	line-height: 1.75;
}

  p {
	font-size: .9375rem;
	margin-bottom: 1.5rem;
}
  @media (min-width: 1024px) {
    p {
		font-size: 1rem;
	}
  }

  strong {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	font-weight: 700;
}

  blockquote {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	font-family: museo, Georgia, Times New Roman, serif;
	font-weight: 300;
}
  @media (min-width: 768px) {
    blockquote {
		font-size: 1.5rem;
	}
  }
  @media (min-width: 1024px) {
    blockquote {
		font-size: 1.625rem;
	}
  }

  cite {
	display: block;
	margin-top: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(203, 69, 58, var(--tw-text-opacity));
	font-size: .875rem;
	text-transform: uppercase;
	font-style: normal;
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 600;
}

  .prose ul, .prose ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
	list-style-position: outside;
}
  .prose ul li, .prose ol li {
	font-size: .9375rem;
	margin-bottom: 0.25rem;
}
  .prose ul li::marker, .prose ol li::marker {
	--tw-text-opacity: 1;
	color: rgba(203, 69, 58, var(--tw-text-opacity));
}
  @media (min-width: 1024px) {
    .prose ul li, .prose ol li {
		font-size: 1rem;
	}
  }
  .prose ul li p:last-child, .prose ol li p:last-child {
	margin-bottom: 0px;
}
  .prose ul {
	list-style-type: disc;
}
  .prose ol {
	list-style-type: decimal;
}
  .prose a:not(.arrow-link) {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	font-weight: 700;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .prose a:not(.arrow-link):hover {
	--tw-text-opacity: 1;
	color: rgba(203, 69, 58, var(--tw-text-opacity));
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
}

  .article p {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
  @media (min-width: 1024px) {
    .article p {
		font-size: 1.125rem;
	}
  }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-top: 4rem;
}
  .article h4, .article h5, .article h6 {
	font-family: Inter, Helvetica, Arial, sans-serif;
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	font-weight: 700;
}
  .article img, .article video, .article iframe {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
  @media (min-width: 1024px) {
    .article img, .article video, .article iframe {
		transform: var(--tw-transform);
	}
    .article img, .article video, .article iframe {
		--tw-translate-x: -7rem;
		transform: var(--tw-transform);
	}
    .article img,
.article video,
.article iframe {
      width: calc(100% + 220px);
      max-width: 100vw;
    }
  }
  @media (min-width: 1360px) {
    .article img, .article video, .article iframe {
		--tw-translate-x: -10rem;
		transform: var(--tw-transform);
	}
    .article img,
.article video,
.article iframe {
      width: calc(100% + 320px);
    }
  }
  @media (min-width: 1024px) {
    .article img.img-md {
		transform: var(--tw-transform) !important;
	}
    .article img.img-md {
		--tw-translate-x: 0px !important;
		transform: var(--tw-transform) !important;
	}
    .article img.img-md {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  @media (min-width: 1360px) {
    .article img.img-md {
		transform: var(--tw-transform) !important;
	}
    .article img.img-md {
		--tw-translate-x: 0px !important;
		transform: var(--tw-transform) !important;
	}
    .article img.img-md {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  @media (min-width: 1024px) {
    .article img.img-sm {
      position: relative;
    }
    .article img.img-sm {
		transform: var(--tw-transform) !important;
	}
    .article img.img-sm {
      left: 25% !important;
      width: 50% !important;
      max-width: 50% !important;
    }
  }
  @media (min-width: 1360px) {
    .article img.img-sm {
		transform: var(--tw-transform) !important;
	}
    .article img.img-sm {
		--tw-translate-x: 0px !important;
		transform: var(--tw-transform) !important;
	}
    .article img.img-sm {
      width: 50% !important;
      max-width: 50% !important;
    }
  }
  .article td p, .article th p {
	margin-bottom: 0px;
}

  table {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

  td, th {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-right-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
    text-align: left;
}
  td:last-child, th:last-child {
	border-width: 0px;
}
  td p, th p {
	margin-bottom: 0px;
}

  th {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
}

  tr {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
  tr:last-child {
	border-width: 0px;
}
  tr:first-child {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 380px) {

	.container {
		max-width: 380px;
	}
}
@media (min-width: 480px) {

	.container {
		max-width: 480px;
	}
}
@media (min-width: 580px) {

	.container {
		max-width: 580px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1360px) {

	.container {
		max-width: 1360px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px) {
    .container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
  }
@media (min-width: 1360px) {
    .container {
		padding-left: 8rem;
		padding-right: 8rem;
	}
  }
.container-media {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px) {
    .container-media {
		padding-left: 3rem;
		padding-right: 3rem;
	}
  }
@media (min-width: 1024px) {
    .container-media {
		padding-left: 3rem;
		padding-right: 3rem;
	}
  }
@media (min-width: 1360px) {
    .container-media {
		padding-left: 10rem;
		padding-right: 10rem;
	}
  }
.container-article {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px) {
    .container-article {
		padding-left: 3rem;
		padding-right: 3rem;
	}
  }
@media (min-width: 1024px) {
    .container-article {
		padding-left: 10rem;
		padding-right: 10rem;
	}
  }
@media (min-width: 1360px) {
    .container-article {
		padding-left: 20rem;
		padding-right: 20rem;
	}
  }
.site-head {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
	align-items: center;
}
@media (min-width: 768px) {
    .site-head {
		padding: 2.5rem;
	}
  }
.site-foot {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
	padding-top: 6rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .site-foot {
		padding-top: 9rem;
	}
  }
@media (min-width: 1024px) {
    .site-foot {
		padding-top: 12rem;
	}
  }
.site-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out 0s, visibility 0s linear 0s;
  }
@media (min-width: 1024px) {
    .site-nav {
      opacity: 1;
      visibility: visible;
    }
  }
.site-nav.site-nav-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in-out 0s, visibility 0s linear 0s;
    overflow: scroll;
  }
.site-nav-toggle {
    position: relative;
    z-index: 200;
    display: block;
    width: 28px;
    height: 28px;
  }
@media (min-width: 1024px) {
    .site-nav-toggle {
		display: none;
	}
  }
.site-nav-toggle-icn {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
  }
.site-nav-toggle-icn:before, .site-nav-toggle-icn:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    transition: all 0.15s ease-in-out;
  }
.site-nav-toggle-icn:before {
    width: 22px;
    top: -7px;
  }
.site-nav-toggle-icn:after {
    width: 16px;
    bottom: -6px;
  }
.site-nav-visible .site-nav-toggle-icn {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
}
.site-nav-visible .site-nav-toggle-icn:before {
    width: 27px;
    top: 0;
    transform: rotate(45deg) translateX(0%);
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    transform-origin: center center;
  }
.site-nav-visible .site-nav-toggle-icn:after {
    width: 27px;
    bottom: 0;
    transform: rotate(-45deg) translateX(0%);
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    transform-origin: center center;
  }
.site-nav-toggle-text {
	display: none;
}
.site-logo {
    width: 118px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
  }
.site-logo:hover {
	opacity: 0.8;
}
@media (min-width: 768px) {
    .site-logo {
      width: 148px;
    }
  }
@media (min-width: 1024px) {
    .site-logo {
      width: 164px;
    }
  }
@media (min-width: 1360px) {
    .site-logo {
      width: 180px;
    }
  }
.site-alert {
    display: none;
  }
.hero {
	padding-top: 4rem;
	padding-bottom: 4rem;
    overflow: hidden;
    padding-bottom: 18rem;
}
@media (min-width: 480px) {
    .hero {
		padding-top: 4rem;
	}
    .hero {
		padding-bottom: 6rem;
	}
  }
@media (min-width: 580px) {
    .hero {
		padding-top: 5rem;
	}
    .hero {
		padding-bottom: 7rem;
	}
  }
@media (min-width: 768px) {
    .hero {
		padding-top: 5rem;
	}
    .hero {
		padding-bottom: 10rem;
	}
  }
@media (min-width: 1024px) {
    .hero {
		padding-top: 9rem;
	}
    .hero {
		padding-bottom: 12rem;
	}
  }
@media (min-width: 1360px) {
    .hero {
		padding-top: 9rem;
	}
    .hero {
		padding-bottom: 12rem;
	}
  }
.hero-overlayed {
	padding-bottom: 20rem;
}
.hero-overlayed.hero-illustrated:before {
    bottom: 80px;
  }
@media (min-width: 380px) {
    .hero-overlayed.hero-illustrated:before {
      bottom: 80px;
    }
  }
@media (min-width: 480px) {
    .hero-overlayed {
		padding-top: 4rem;
	}
    .hero-overlayed {
		padding-bottom: 6rem;
	}
  }
@media (min-width: 580px) {
    .hero-overlayed {
		padding-top: 5rem;
	}
    .hero-overlayed {
		padding-bottom: 7rem;
	}
  }
@media (min-width: 768px) {
    .hero-overlayed {
		padding-top: 5rem;
	}
    .hero-overlayed {
		padding-bottom: 10rem;
	}
  }
@media (min-width: 1024px) {
    .hero-overlayed {
		padding-top: 7rem;
	}
    .hero-overlayed {
		padding-bottom: 14rem;
	}
  }
@media (min-width: 1360px) {
    .hero-overlayed {
		padding-top: 7rem;
	}
    .hero-overlayed {
		padding-bottom: 14rem;
	}
  }
.hero-illustrated {
    position: relative;
  }
.hero-illustrated:before {
    content: "";
    position: absolute;
    display: block;
    width: 1106px;
    height: 582px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-14%) translateY(0) scale(0.4125);
    transform-origin: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
@media (min-width: 380px) {
    .hero-illustrated:before {
      bottom: 24px;
      left: 50%;
      transform: translateX(-15.5%) translateY(0) scale(0.45);
    }
  }
@media (min-width: 480px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(-55%) scale(0.625);
    }
  }
@media (min-width: 580px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(-55%) scale(0.625);
    }
  }
@media (min-width: 768px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      transform-origin: left center;
      transform: translateX(0) translateY(-60%) scale(0.675);
    }
  }
@media (min-width: 1024px) {
    .hero-illustrated:before {
      top: 50%;
      transform: translateX(0) translateY(-62.5%) scale(0.875);
    }
  }
@media (min-width: 1360px) {
    .hero-illustrated:before {
      top: 50%;
      transform: translateX(0) translateY(-57.5%) scale(1);
    }
  }
.hero-book:before {
    background-image: url(/img/hero-book.svg);
  }
.hero-cooking:before {
    background-image: url(/img/hero-cooking.svg);
  }
.hero-gardening:before {
    background-image: url(/img/hero-gardening.svg);
  }
.hero-guitar:before {
    background-image: url(/img/hero-guitar.svg);
  }
.hero-handshake:before {
    background-image: url(/img/hero-handshake.svg);
  }
.hero-laptop:before {
    background-image: url(/img/hero-laptop.svg);
  }
.hero-mobile:before {
    background-image: url(/img/hero-mobile.svg);
  }
.hero-stb:before {
    background-image: url(/img/hero-stb.svg);
  }
.hero-swimming:before {
    background-image: url(/img/hero-swimming.svg);
  }
.hero-tablet:before {
    background-image: url(/img/hero-tablet.svg);
  }
.hero-heart:before {
    width: 1079px;
    height: 1005px;
    background-image: url(/img/hero-heart.svg);
    bottom: auto;
    top: 55%;
    left: 10%;
    transform-origin: left top;
    transform: translateX(0) translateY(0) scale(0.5);
  }
@media (min-width: 380px) {
    .hero-heart:before {
      bottom: auto;
      top: 50%;
      left: 10%;
      transform-origin: left top;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 480px) {
    .hero-heart:before {
      bottom: auto;
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 580px) {
    .hero-heart:before {
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 768px) {
    .hero-heart:before {
      top: -30%;
      left: 52.5%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.675);
    }
  }
@media (min-width: 1024px) {
    .hero-heart:before {
      top: -5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(0.875);
    }
  }
@media (min-width: 1360px) {
    .hero-heart:before {
      top: 5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(1);
    }
  }
.hero-book-img:before {
    opacity: 0.15;
    width: 1079px;
    height: 1005px;
    background-image: url(/img/hero-heart-book.svg);
    bottom: auto;
    top: 55%;
    left: 10%;
    transform-origin: left top;
    transform: translateX(0) translateY(0) scale(0.5);
  }
@media (min-width: 380px) {
    .hero-book-img:before {
      bottom: auto;
      top: 50%;
      left: 10%;
      transform-origin: left top;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 480px) {
    .hero-book-img:before {
      bottom: auto;
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 580px) {
    .hero-book-img:before {
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
@media (min-width: 768px) {
    .hero-book-img:before {
      top: -30%;
      left: 52.5%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.675);
    }
  }
@media (min-width: 1024px) {
    .hero-book-img:before {
      top: -5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(0.875);
    }
  }
@media (min-width: 1360px) {
    .hero-book-img:before {
      top: 5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(1);
    }
  }
.hero-book-img:after {
    position: absolute;
    content: "";
    display: block;
    width: 1440px;
    height: 1120px;
    background-image: url(/img/hero-book-overlay-final.png);
    background-size: 1440px 1120px;
    background-position: center center;
    bottom: -50rem;
    left: calc(50% - 72.6rem);
    transform: scale(0.425);
    transform-origin: right top;
  }
@media (min-width: 380px) {
    .hero-book-img:after {
      bottom: -50rem;
      left: calc(50% - 74.5rem);
      transform: scale(0.425);
      transform-origin: right top;
    }
  }
@media (min-width: 480px) {
    .hero-book-img:after {
      bottom: auto;
      top: -2rem;
      left: calc(50% - 61rem);
      transform: scale(0.39);
      transform-origin: right top;
    }
  }
@media (min-width: 580px) {
    .hero-book-img:after {
      top: -0.5rem;
      left: calc(50% - 61rem);
      transform: scale(0.39);
      transform-origin: right top;
    }
  }
@media (min-width: 768px) {
    .hero-book-img:after {
      top: -1.5rem;
      left: calc(50% - 57.5rem);
      transform: scale(0.45);
      transform-origin: right top;
    }
  }
@media (min-width: 1024px) {
    .hero-book-img:after {
      top: -4rem;
      left: calc(50% - 45.5rem);
      transform: scale(0.65);
      transform-origin: right top;
    }
    .hero-intro p {
		font-size: 1.125rem;
	}
  }
.btn {
	display: inline-block;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	border-left-width: 8px;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-size: .75rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
}
.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
}
@media (min-width: 580px) {
    .btn {
		font-size: .875rem;
	}
  }
.btn-simple {
	border-width: 0px;
}
.btn-simple:hover {
	--tw-shadow: inset 0 0 4px 0 rgba(255,255,255,1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-nav {
	border-width: 0px;
}
.btn-nav:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(35, 34, 45, var(--tw-bg-opacity));
}
.btn-primary {
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
  }
.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
}
.btn-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
}
.btn-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
}
.arrow-link {
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	line-height: 1.375;
}
.arrow-link:hover {
	--tw-text-opacity: 1;
	color: rgba(203, 69, 58, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.course-card .arrow-link:hover {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
}
.section-illustration {
    position: relative;
  }
.section-illustration:before, .section-illustration:after {
    position: absolute;
    content: "";
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
.section-illustration:before {
    left: 100%;
    top: 50%;
    transform-origin: left center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    display: none;
  }
@media (min-width: 1024px) {
    .section-illustration:before {
      display: block;
    }
  }
.section-illustration:after {
    transform-origin: left top;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
  }
@media (min-width: 1024px) {
    .section-illustration:after {
      display: block;
    }
  }
.section-illustration img {
    position: relative;
    z-index: 10;
  }
.section-illustration-bike:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-bike.svg);
  }
.section-illustration-book:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-book.svg);
  }
.section-illustration-chart:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-chart.svg);
  }
.section-illustration-coffee:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-coffee.svg);
  }
.section-illustration-cooking:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-cooking.svg);
  }
.section-illustration-gardening:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-gardening.svg);
  }
.section-illustration-guitar:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-guitar.svg);
  }
.section-illustration-heart:before {
    width: 1220px;
    height: 1213px;
    opacity: 1;
    transform: translateY(-39%) translateX(-64px);
    background-image: url(/img/section-illustration-heart.svg);
  }
.section-illustration-laptop:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-laptop.svg);
  }
.section-illustration-swimming:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-swimming.svg);
  }
.section-illustration-tablet:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-tablet.svg);
  }
.section-foreground-birds-and-clouds:after {
    width: 142px;
    height: 66px;
    transform: translateY(0) translateX(-25%);
    background-image: url(/img/birds-and-clouds.svg);
  }
.section-foreground-ladybird:after {
    width: 36px;
    height: 25px;
    transform: translateY(90%) translateX(90%);
    background-image: url(/img/ladybird.svg);
  }
.section-illustration-reverse:before {
    left: 100%;
    top: 50%;
    transform-origin: left center;
    transform: translateY(-55%) translateX(-60%) scaleX(-1);
  }
.section-illustration-reverse:after {
    transform-origin: right top;
    left: auto;
    right: 0;
    top: 0;
  }
.section-illustration-reverse.section-illustration-heart:before {
    transform: translateY(-39%) translateX(-24%) scaleX(-1);
  }
.section-illustration-reverse.section-foreground-birds-and-clouds:after {
    transform: translateY(0) translateX(25%);
  }
.heading-illustration {
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	font-size: 1.25rem;
	display: flex;
	width: 100%;
	align-self: flex-end;
	padding-top: 6rem;
	padding-bottom: 0.75rem;
	padding-right: 9rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 120px;
}
.heading-illustration.card-heading {
	padding-top: 1.5rem;
	--tw-bg-opacity: 0.5;
    background-size: auto 80px;
    margin-top: -1.5rem;
}
.heading-illustration.card-heading:before {
    display: none;
  }
.heading-illustration-bike {
    background-image: url(/img/heading-illustration-bike.svg);
  }
.heading-illustration-card {
    background-image: url(/img/heading-illustration-card.svg);
  }
.heading-illustration-cooking {
    background-image: url(/img/heading-illustration-cooking.svg);
  }
.split-illustration {
    position: relative;
    padding-top: 158px;
    margin-bottom: 6rem;
  }
@media (min-width: 1360px) {
    .split-illustration {
      padding-top: 180px;
    }
  }
.split-illustration:before {
    position: absolute;
    content: "";
    display: block;
    height: 120px;
    width: calc(100% + 120px);
    top: 0;
    left: 0;
    background-size: auto 120px;
    background-position: left top;
    background-repeat: no-repeat;
  }
@media (min-width: 1360px) {
    .split-illustration:before {
      height: 142px;
      width: calc(100% + 96px);
      background-size: auto 142px;
    }
  }
.split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
	font-size: 1rem;
}
@media (min-width: 580px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-size: 1.125rem;
	}
  }
@media (min-width: 768px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-size: 1.25rem;
	}
  }
@media (min-width: 1024px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-size: 1.5rem;
	}
  }
.split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.split-illustration-flowers-one:before {
    background-image: url(/img/flowers-one.svg);
  }
.split-illustration-flowers-two:before {
    background-image: url(/img/flowers-two.svg);
  }
@media (min-width: 768px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 0px);
    }
  }
@media (min-width: 1024px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 0px);
    }
  }
@media (min-width: 1360px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 206px);
    }
  }
.product-promo {
	border-left-width: 8px;
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 20rem;
}
@media (min-width: 480px) {
    .product-promo {
		padding-bottom: 24rem;
	}
  }
@media (min-width: 768px) {
    .product-promo {
		border-left-width: 12px;
	}
    .product-promo {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .product-promo {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
    .product-promo {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 120%;
      background-repeat: no-repeat;
    }
  }
@media (min-width: 1024px) {
    .product-promo {
		padding-left: 4rem;
		padding-right: 4rem;
	}
    .product-promo {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
    .product-promo {
      background-position: 360px center;
    }
  }
@media (min-width: 1360px) {
    .product-promo {
		padding-left: 5rem;
		padding-right: 5rem;
	}
  }
.product-promo-book {
    background-image: url(/img/promo-book-new.png), url(/img/promo-background.svg);
    background-position: right bottom, 120px bottom;
    background-size: 440px auto, auto 120%;
    background-repeat: no-repeat, no-repeat;
  }
@media (min-width: 480px) {
    .product-promo-book {
      background-size: 540px auto, auto 120%;
    }
  }
@media (min-width: 768px) {
    .product-promo-book {
      background-image: url(/img/promo-book-new.png), url(/img/promo-background.svg);
      background-position: right -120px bottom, 240px center;
      background-size: auto 90%, auto 120%;
      background-repeat: no-repeat, no-repeat;
    }
  }
@media (min-width: 1024px) {
    .product-promo-book {
      background-position: right -60px bottom, 320px center;
    }
  }
@media (min-width: 1360px) {
    .product-promo-book {
      background-position: right bottom, 500px center;
    }
  }
.product-promo-indicator {
    background-image: url(/img/promo-indicator-new.png), url(/img/promo-background.svg);
    background-position: right bottom, 120px bottom;
    background-size: 460px auto, auto 120%;
    background-repeat: no-repeat, no-repeat;
  }
@media (min-width: 480px) {
    .product-promo-indicator {
      background-size: 540px auto, auto 120%;
    }
  }
@media (min-width: 768px) {
    .product-promo-indicator {
      background-image: url(/img/promo-indicator.png), url(/img/promo-background.svg);
      background-position: right -120px center, 240px center;
      background-size: auto 100%, auto 120%;
      background-repeat: no-repeat, no-repeat;
    }
  }
@media (min-width: 1024px) {
    .product-promo-indicator {
      background-position: right -60px center, 320px center;
    }
  }
@media (min-width: 1360px) {
    .product-promo-indicator {
      background-position: right center, 500px center;
    }
  }
.page-promo {
	border-left-width: 8px;
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
    overflow: hidden;
}
@media (min-width: 768px) {
    .page-promo {
		border-left-width: 12px;
	}
    .page-promo {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .page-promo {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
    .page-promo {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 120%;
      background-repeat: no-repeat;
    }
  }
@media (min-width: 1024px) {
    .page-promo {
		padding-left: 4rem;
		padding-right: 4rem;
	}
    .page-promo {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
    .page-promo {
      background-position: 360px center;
    }
  }
@media (min-width: 1360px) {
    .page-promo {
		padding-left: 5rem;
		padding-right: 5rem;
	}
  }
.page-promo-img {
    display: none;
    z-index: 0;
  }
@media (min-width: 768px) {
    .page-promo-img {
      display: block;
      position: absolute;
    }
    .page-promo-img {
		border-radius: 9999px;
	}
    .page-promo-img {
      width: 320px;
      height: 320px;
      left: 75%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
@media (min-width: 1024px) {
    .page-promo-img {
      left: 60%;
    }
  }
@media (min-width: 1360px) {}
.video-promo {
	display: block;
	border-left-width: 8px;
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 6rem;
    position: relative;
}
@media (min-width: 580px) {
    .video-promo {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .video-promo {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
  }
@media (min-width: 768px) {
    .video-promo {
		border-left-width: 12px;
	}
  }
@media (min-width: 1024px) {
    .video-promo {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .video-promo {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
  }
@media (min-width: 1360px) {
    .video-promo {
		padding-left: 4rem;
		padding-right: 4rem;
	}
  }
.video-promo:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: black;
    background: linear-gradient(0deg, rgba(35, 34, 45, 0.5) 0%, rgba(35, 34, 45, 0) 75%);
  }
@media (min-width: 580px) {
    .video-promo:before {
      display: none;
    }
  }
.video-selector {
    position: relative;
    font-size: .75rem;
    padding-top: 3.5rem;
    transition: all 0.3s ease-in-out;
  }
.video-selector:before, .video-selector:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 9999px;
  }
.video-selector:after {
    width: 32px;
    height: 32px;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
  }
.video-selector:before {
    opacity: 0;
    width: 44px;
    height: 44px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(203, 69, 58, var(--tw-border-opacity));
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
.video-selector.video-selector-selected, .video-selector:hover {
	--tw-text-opacity: 1;
	color: rgba(45, 42, 57, var(--tw-text-opacity));
}
.video-selector.video-selector-selected:before, .video-selector:hover:before {
    opacity: 1;
  }
.video-selector-content {
    height: 0;
  }
.video-selector-content.video-selector-selected {
    height: auto;
    display: grid !important;
  }
.cta {
	border-left-width: 8px;
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 10;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image: url(/img/promo-background.svg);
    background-position: -60px center;
    background-size: auto 240%;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .cta {
		border-left-width: 12px;
	}
    .cta {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .cta {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .cta {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 240%;
      background-repeat: no-repeat;
    }
  }
@media (min-width: 1024px) {
    .cta {
		padding-left: 4rem;
		padding-right: 4rem;
	}
    .cta {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
    .cta {
      background-position: 360px center;
    }
  }
@media (min-width: 1360px) {
    .cta {
		padding-left: 5rem;
		padding-right: 5rem;
	}
  }
.cta-mini {
	border-left-width: 8px;
    border-color: #2d2a39;
    --tw-border-opacity: 1;
    border-color: rgba(45, 42, 57, var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(/img/promo-background.svg);
    background-position: -60px center;
    background-size: auto 400%;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .cta-mini {
		border-left-width: 12px;
	}
    .cta-mini {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 400%;
      background-repeat: no-repeat;
    }
  }
@media (min-width: 1024px) {
    .cta-mini {
      background-position: 360px center;
    }
  }
.cta-mini .cta-mini-icon {
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease-in-out;
  }
.cta-mini:hover .cta-mini-icon {
    transform: scale3d(1.05, 1.05, 1.05);
  }
.section-augment {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
  }
@media (min-width: 1360px) {
    .section-augment {
      display: block;
    }
  }
.section-augment.section-augment-light .section-augment-text:before {
    opacity: 0.5;
  }
.section-augment-text {
    position: relative;
    display: block;
    top: 50%;
    transform: rotate(-90deg) translateX(-100%) translateY(50%);
    transform-origin: left center;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(203, 69, 58, var(--tw-text-opacity));
    font-size: .75rem;
    font-weight: 600;
    line-height: 28px;
  }
.section-augment-text:before {
    display: block;
    content: "";
    position: absolute;
    right: calc(100% + 24px);
    transform: translateY(14px);
    width: 800vh;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }
.section-augment-icn {
    width: 32px;
    height: 32px;
    padding: 8px;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
    border-radius: 9999px;
  }
.section-augment-btt {
    top: 24px;
  }
.section-augment-btt .section-augment-icn {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
}
.mac-bug {
    position: relative;
  }
.mac-bug:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 25px;
    background-image: url(/img/mac-bug.svg);
    background-image: 100% auto;
    background-position: center center;
    top: -75px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
@media (min-width: 768px) {
    .mac-bug:before {
      top: -25px;
    }
  }
.mac-clouds {
    position: relative;
  }
.mac-clouds:before, .mac-clouds:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 23px;
    background-image: url(/img/mac-cloud.svg);
    background-image: 100% auto;
    background-position: center center;
  }
.mac-clouds:before {
    top: -64px;
    left: -48px;
    transform: scale(1);
  }
@media (min-width: 380px) {
    .mac-clouds:before {
      left: 24px;
    }
  }
@media (min-width: 580px) {
    .mac-clouds:before {
      left: 48px;
    }
  }
@media (min-width: 768px) {
    .mac-clouds:before {
      top: -32px;
      left: 64px;
    }
  }
@media (min-width: 1024px) {
    .mac-clouds:before {
      left: 120px;
    }
  }
@media (min-width: 1360px) {
    .mac-clouds:before {
      left: 144px;
    }
  }
.mac-clouds:after {
    top: -88px;
    right: -48px;
    transform: scale(1);
  }
@media (min-width: 380px) {
    .mac-clouds:after {
      right: 24px;
    }
  }
@media (min-width: 580px) {
    .mac-clouds:after {
      right: 48px;
    }
  }
@media (min-width: 768px) {
    .mac-clouds:after {
      top: -64px;
      right: 64px;
    }
  }
@media (min-width: 1024px) {
    .mac-clouds:after {
      right: 120px;
    }
  }
@media (min-width: 1360px) {
    .mac-clouds:after {
      right: 144px;
    }
  }
.mac-repeat {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-repeat.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
.card {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}
@media (min-width: 1024px) {
    .card {
		padding-left: 4rem;
		padding-right: 4rem;
	}
    .card {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
  }
@media (min-width: 1360px) {
    .card {
		padding-left: 5rem;
		padding-right: 5rem;
	}
    .card {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
  }
.card p:last-child {
	margin-bottom: 0px;
}
.cards-offset-bg-heart {
    background-image: url(/img/heart-full.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
.cards-offset-bg-trail {
    background-image: url(/img/trail.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
.card-heading {
    position: relative;
    font-size: 1rem;
  }
@media (min-width: 580px) {
    .card-heading {
		font-size: 1rem;
	}
  }
@media (min-width: 768px) {
    .card-heading {
		font-size: 1.125rem;
	}
  }
@media (min-width: 1024px) {
    .card-heading {
		font-size: 1.25rem;
	}
  }
.card-heading {
	padding-bottom: 2rem;
}
.card-heading:before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    left: 0;
    bottom: 0;
    right: -3rem;
  }
@media (min-width: 1024px) {
    .card-heading:before {
		right: -4rem;
	}
  }
@media (min-width: 1360px) {
    .card-heading:before {
		right: -5rem;
	}
  }
.card-img {
	display: block;
	position: absolute;
	border-radius: 9999px;
	width: 6rem;
	height: 6rem;
	left: 50%;
	top: 0px;
	transform: var(--tw-transform);
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media (min-width: 1024px) {
    .card-img {
		width: 8rem;
	}
    .card-img {
		height: 8rem;
	}
  }
.card-img-right {
	right: 0px;
	left: auto;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.course-card {
	display: block;
	border-left-width: 8px;
	--tw-border-opacity: 1;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right -300px center;
    position: relative;
}
@media (min-width: 480px) {
    .course-card {
      background-position: right -270px center;
    }
  }
@media (min-width: 580px) {
    .course-card {
      background-position: right -240px center;
    }
  }
@media (min-width: 768px) {
    .course-card {
      background-position: right -8em center;
    }
  }
@media (min-width: 1024px) {
    .course-card {
      background-position: right -8em center;
    }
  }
@media (min-width: 1360px) {
    .course-card {
      background-position: right center;
    }
  }
.course-card:before {
    position: absolute;
    content: "";
    display: none;
    width: 44px;
    height: 44px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 0;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
  }
@media (min-width: 1024px) {
    .course-card:before {
      display: block;
    }
  }
@media (min-width: 1360px) {
    .course-card:before {
      width: 52px;
      height: 52px;
      background-size: 18px 18px;
    }
  }
@media (min-width: 580px) {
    .course-card {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .course-card {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
  }
@media (min-width: 768px) {
    .course-card {
		border-left-width: 12px;
	}
  }
@media (min-width: 1024px) {
    .course-card {
		padding-left: 4rem;
		padding-right: 4rem;
	}
    .course-card {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
  }
@media (min-width: 1360px) {
    .course-card {
		padding-left: 5rem;
		padding-right: 5rem;
	}
    .course-card-tertiary.course-card-small {
      background-image: url(/img/card-associate.svg);
      background-position: right bottom 2rem;
      background-size: 200px auto;
    }
    .course-card-quaternary.course-card-small {
      background-image: url(/img/card-practitioner.svg);
      background-position: right bottom 2rem;
      background-size: 200px auto;
    }
  }
.course-card-heart:before {
    background-image: url(/img/icn-heart.svg);
  }
.course-card-laptop:before {
    background-image: url(/img/icn-laptop.svg);
  }
.course-card-star:before {
    background-image: url(/img/icn-star.svg);
  }
.feature-list {
    counter-reset: num;
  }
.feature-list li {
    position: relative;
  }
.feature-list li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgba(203, 69, 58, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    text-align: center;
    line-height: 32px;
    left: -64px;
    top: 0px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(203, 69, 58, var(--tw-border-opacity));
    transform: translateX(-50%);
    z-index: 1;
  }
@media (min-width: 1360px) {
    .feature-list li:before {
      display: block;
    }
  }
.feature-list li:after {
    position: absolute;
    content: "";
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
    width: 2px;
    height: 100%;
    left: -64px;
    top: 6px;
    transform: translateX(-50%);
    z-index: 0;
  }
@media (min-width: 1360px) {
    .feature-list li:after {
      display: block;
    }
  }
.feature-list li:last-child:after {
	--tw-bg-opacity: 1;
	background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
    width: 1px;
}
@media (min-width: 1024px) {
    .section-connect {
      position: relative;
    }
    .section-connect:after {
      position: absolute;
      content: "";
      display: block;
      width: 520px;
      height: 280px;
      background-image: url(/img/section-connect.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      left: 50%;
      bottom: 8px;
      transform: translate(-50%, 100%);
    }
  }
.schedule div:before {
    position: absolute;
    content: "";
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
    top: 48px;
    left: -48px;
    width: 2px;
    height: 100%;
  }
@media (min-width: 768px) {
    .schedule div:before {
      top: 0;
      left: 50%;
      width: calc(100% - 12px);
      height: 2px;
    }
  }
.schedule div:nth-child(5):before {
    display: none;
  }
@media (min-width: 768px) {
    .schedule div:nth-child(3):before, .schedule div:nth-child(5):before {
      display: none;
    }
  }
.schedule-bug {
    position: relative;
  }
.schedule-bug:before {
    position: absolute;
    content: "";
    display: none;
    width: 40px;
    height: 25px;
    background-image: url(/img/mac-bug.svg);
    background-image: 100% auto;
    background-position: center center;
    top: -75px;
    left: 33%;
    transform: scale(1) translateX(-50%);
  }
@media (min-width: 768px) {
    .schedule-bug:before {
      top: -25px;
      display: block;
    }
  }
.schedule-clouds {
    position: relative;
  }
.schedule-clouds:before, .schedule-clouds:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 23px;
    background-image: url(/img/mac-cloud.svg);
    background-image: 100% auto;
    background-position: center center;
  }
.schedule-clouds:before {
    top: -32px;
    left: -48px;
    transform: scale(1);
  }
@media (min-width: 380px) {
    .schedule-clouds:before {
      left: 24px;
    }
  }
@media (min-width: 580px) {
    .schedule-clouds:before {
      left: 48px;
    }
  }
@media (min-width: 768px) {
    .schedule-clouds:before {
      top: -32px;
      left: 64px;
    }
  }
@media (min-width: 1024px) {
    .schedule-clouds:before {
      left: 120px;
    }
  }
@media (min-width: 1360px) {
    .schedule-clouds:before {
      left: 144px;
    }
  }
.schedule-clouds:after {
    top: -88px;
    right: -48px;
    transform: scale(1);
  }
@media (min-width: 380px) {
    .schedule-clouds:after {
      right: 24px;
    }
  }
@media (min-width: 580px) {
    .schedule-clouds:after {
      right: 48px;
    }
  }
@media (min-width: 768px) {
    .schedule-clouds:after {
      top: -64px;
      right: 64px;
    }
  }
@media (min-width: 1024px) {
    .schedule-clouds:after {
      right: 120px;
    }
  }
@media (min-width: 1360px) {
    .schedule-clouds:after {
      right: 144px;
    }
  }
.schedule-pre {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-laptop.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
.overlay {
    opacity: 0;
    visibility: hidden;
  }
.overlay-close {
    z-index: 200;
    position: absolute;
    top: 24px;
    right: 24px;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-close.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
.social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0.25rem;
  }
.social-link-linkedin {
    background-image: url(/img/social-linkedin.svg);
  }
.social-link-facebook {
    background-image: url(/img/social-facebook.svg);
  }
.social-link-twitter {
    background-image: url(/img/social-twitter.svg);
  }
.social-link-instagram {
    background-image: url(/img/social-instagram.svg);
  }
.social-link-rss {
    background-image: url(/img/social-rss.svg);
  }
.social-link-tiktok {
    background-image: url(/img/social-tiktok.svg);
  }
.social-link-spotify {
    background-image: url(/img/social-spotify.svg);
  }
.swiper-button-prev,
.swiper-button-next {
    top: auto !important;
    bottom: 4px;
    background-color: #cb453a;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
  }
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
  }
.reveal-content {
    display: none;
  }
.reveal-content.reveal-visible {
    display: block;
  }
.reveal-toggle {
    padding-right: 24px;
    position: relative;
  }
.reveal-toggle:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 10.5px;
    background-image: url(/img/icn-arrow-down-primary.svg);
    background-size: 15px 10.5px;
    background-repeat: no-repeat;
    right: 0;
    top: 0.75em;
  }
.reveal-toggle.reveal-visible:before {
    transform: rotate(180deg);
  }
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.top-0 {
	top: 0px !important;
}
.left-0 {
	left: 0px !important;
}
.top-6 {
	top: 1.5rem !important;
}
.-left-12 {
	left: -3rem !important;
}
.z-50 {
	z-index: 50 !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-20 {
	z-index: 20 !important;
}
.order-2 {
	order: 2 !important;
}
.order-1 {
	order: 1 !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mb-12 {
	margin-bottom: 3rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.mt-24 {
	margin-top: 6rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.-mr-6 {
	margin-right: -1.5rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.-mb-24 {
	margin-bottom: -6rem !important;
}
.mb-24 {
	margin-bottom: 6rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.-mt-20 {
	margin-top: -5rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.flex {
	display: flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.hidden {
	display: none !important;
}
.h-16 {
	height: 4rem !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-screen {
	height: 100vh !important;
}
.h-9 {
	height: 2.25rem !important;
}
.w-16 {
	width: 4rem !important;
}
.w-full {
	width: 100% !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-screen {
	width: 100vw !important;
}
.w-8 {
	width: 2rem !important;
}
.w-9 {
	width: 2.25rem !important;
}
.w-12 {
	width: 3rem !important;
}
.max-w-screen-md {
	max-width: 768px !important;
}
.flex-1 {
	flex: 1 1 0% !important;
}
.flex-none {
	flex: none !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: var(--tw-transform) !important;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50% !important;
	transform: var(--tw-transform) !important;
}
.rotate-90 {
	--tw-rotate: 90deg !important;
	transform: var(--tw-transform) !important;
}
.-rotate-90 {
	--tw-rotate: -90deg !important;
	transform: var(--tw-transform) !important;
}
.scale-100 {
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: var(--tw-transform) !important;
}
.transform {
	transform: var(--tw-transform) !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.items-center {
	align-items: center !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.gap-12 {
	gap: 3rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-24 {
	gap: 6rem !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-20 {
	gap: 5rem !important;
}
.gap-6 {
	gap: 1.5rem !important;
}
.gap-0 {
	gap: 0px !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-2xl {
	border-radius: 1rem !important;
}
.border-3 {
	border-width: 3px !important;
}
.border {
	border-width: 1px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-l-8 {
	border-left-width: 8px !important;
}
.border-keyline {
	--tw-border-opacity: 1 !important;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity)) !important;
}
.border-primary {
	--tw-border-opacity: 1 !important;
	border-color: rgba(203, 69, 58, var(--tw-border-opacity)) !important;
}
.border-opacity-30 {
	--tw-border-opacity: 0.3 !important;
}
.bg-primary {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(203, 69, 58, var(--tw-bg-opacity)) !important;
}
.bg-secondary {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity)) !important;
}
.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-secondarydark {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(35, 34, 45, var(--tw-bg-opacity)) !important;
}
.bg-tertiary {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(83, 72, 115, var(--tw-bg-opacity)) !important;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8 !important;
}
.bg-cover {
	background-size: cover !important;
}
.bg-center {
	background-position: center !important;
}
.bg-bottom {
	background-position: bottom !important;
}
.bg-left {
	background-position: left !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.py-24 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.pt-24 {
	padding-top: 6rem !important;
}
.pt-12 {
	padding-top: 3rem !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pb-24 {
	padding-bottom: 6rem !important;
}
.pb-64 {
	padding-bottom: 16rem !important;
}
.pr-20 {
	padding-right: 5rem !important;
}
.pb-32 {
	padding-bottom: 8rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.text-center {
	text-align: center !important;
}
.font-sans {
	font-family: Inter, Helvetica, Arial, sans-serif !important;
}
.font-serif {
	font-family: museo, Georgia, Times New Roman, serif !important;
}
.text-xs {
	font-size: .75rem !important;
}
.text-sm {
	font-size: .875rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
}
.text-xxs {
	font-size: .625rem !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.italic {
	font-style: italic !important;
}
.leading-supersnug {
	line-height: 1.25 !important;
}
.leading-snug {
	line-height: 1.375 !important;
}
.leading-tight {
	line-height: 1.125 !important;
}
.text-primary {
	--tw-text-opacity: 1 !important;
	color: rgba(203, 69, 58, var(--tw-text-opacity)) !important;
}
.text-secondary {
	--tw-text-opacity: 1 !important;
	color: rgba(45, 42, 57, var(--tw-text-opacity)) !important;
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-paragraph {
	--tw-text-opacity: 1 !important;
	color: rgba(113, 116, 119, var(--tw-text-opacity)) !important;
}
.text-opacity-65 {
	--tw-text-opacity: 0.65 !important;
}
.shadow-circular-sm {
	--tw-shadow: 32px 32px 32px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-circular {
	--tw-shadow: 56px 56px 56px 0 rgba(0, 0, 0, 0.25) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.filter {
	filter: var(--tw-filter) !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-transform {
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark-mode p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.65;
}
.dark-mode ul, .dark-mode ol {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.65;
}
.dark-mode ul li::marker, .dark-mode ol li::marker {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.65;
}
.dark-mode strong {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark-mode a:not(.btn) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark-mode a:not(.btn):hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.6;
}
@layer base {
  h1, h2, h3, h4, h5, h6 {
		font-family: museo, Georgia, Times New Roman, serif;
	}
  h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
	}
  h1, h2, h3, h4, h5, h6 {
		margin-bottom: 2rem;
	}
  h1, h2, h3, h4, h5, h6 {
		line-height: 1.375;
	}
  h1, h2, h3, h4, h5, h6 {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}
  h1, h2, h3, h4, h5, h6 {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}

  .h0 {
		font-size: 1.75rem;
	}
  @media (min-width: 580px) {
    .h0 {
			font-size: 2rem;
		}
  }
  @media (min-width: 768px) {
    .h0 {
			font-size: 2.625rem;
		}
  }
  @media (min-width: 1024px) {
    .h0 {
			font-size: 3rem;
		}
  }
  @media (min-width: 1360px) {
    .h0 {
			font-size: 3.25rem;
		}
  }

  h1, .h1 {
		font-size: 1.625rem;
	}
  @media (min-width: 580px) {
    h1, .h1 {
			font-size: 1.625rem;
		}
  }
  @media (min-width: 768px) {
    h1, .h1 {
			font-size: 1.75rem;
		}
  }
  @media (min-width: 1024px) {
    h1, .h1 {
			font-size: 2.25rem;
		}
  }
  @media (min-width: 1360px) {
    h1, .h1 {
			font-size: 2.625rem;
		}
  }

  h2, .h2 {
		font-size: 1.5rem;
	}
  @media (min-width: 580px) {
    h2, .h2 {
			font-size: 1.5rem;
		}
  }
  @media (min-width: 768px) {
    h2, .h2 {
			font-size: 1.625rem;
		}
  }
  @media (min-width: 1024px) {
    h2, .h2 {
			font-size: 2rem;
		}
  }
  @media (min-width: 1360px) {
    h2, .h2 {
			font-size: 2.25rem;
		}
  }

  h3, .h3 {
		font-size: 1.125rem;
	}
  @media (min-width: 580px) {
    h3, .h3 {
			font-size: 1.25rem;
		}
  }
  @media (min-width: 768px) {
    h3, .h3 {
			font-size: 1.5rem;
		}
  }
  @media (min-width: 1024px) {
    h3, .h3 {
			font-size: 1.625rem;
		}
  }

  h4, .h4 {
		font-size: 1rem;
	}
  @media (min-width: 580px) {
    h4, .h4 {
			font-size: 1.125rem;
		}
  }
  @media (min-width: 768px) {
    h4, .h4 {
			font-size: 1.25rem;
		}
  }
  @media (min-width: 1024px) {
    h4, .h4 {
			font-size: 1.5rem;
		}
  }

  h5, .h5 {
		font-size: 1rem;
	}
  @media (min-width: 580px) {
    h5, .h5 {
			font-size: 1rem;
		}
  }
  @media (min-width: 768px) {
    h5, .h5 {
			font-size: 1.125rem;
		}
  }
  @media (min-width: 1024px) {
    h5, .h5 {
			font-size: 1.25rem;
		}
  }

  h6, .h6 {
		font-size: 1rem;
	}
  @media (min-width: 580px) {
    h6, .h6 {
			font-size: 1rem;
		}
  }
  @media (min-width: 768px) {
    h6, .h6 {
			font-size: 1rem;
		}
  }
  @media (min-width: 1024px) {
    h6, .h6 {
			font-size: 1.125rem;
		}
  }

  .h7 {
		font-size: .875rem;
	}
  @media (min-width: 580px) {
    .h7 {
			font-size: .875rem;
		}
  }
  @media (min-width: 768px) {
    .h7 {
			font-size: 1rem;
		}
  }
  @media (min-width: 1024px) {
    .h7 {
			font-size: 1.125rem;
		}
  }

  body {
		--tw-text-opacity: 1;
		color: rgba(113, 116, 119, var(--tw-text-opacity));
	}

  body {
		line-height: 1.75;
	}

  p {
		font-size: .9375rem;
	}

  p {
		margin-bottom: 1.5rem;
	}
  @media (min-width: 1024px) {
    p {
			font-size: 1rem;
		}
  }

  strong {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}

  strong {
		font-weight: 700;
	}

  blockquote {
		font-size: 1.25rem;
	}

  blockquote {
		margin-bottom: 1.5rem;
	}

  blockquote {
		font-family: museo, Georgia, Times New Roman, serif;
	}

  blockquote {
		font-weight: 300;
	}
  @media (min-width: 768px) {
    blockquote {
			font-size: 1.5rem;
		}
  }
  @media (min-width: 1024px) {
    blockquote {
			font-size: 1.625rem;
		}
  }

  cite {
		display: block;
	}

  cite {
		margin-top: 1.5rem;
	}

  cite {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}

  cite {
		font-size: .875rem;
	}

  cite {
		text-transform: uppercase;
	}

  cite {
		font-style: normal;
	}

  cite {
		font-family: Inter, Helvetica, Arial, sans-serif;
	}

  cite {
		font-weight: 600;
	}

  .prose ul, .prose ol {
		margin-bottom: 1.5rem;
	}

  .prose ul, .prose ol {
		padding-left: 1.5rem;
	}

  .prose ul, .prose ol {
		list-style-position: outside;
	}
  .prose ul li, .prose ol li {
		font-size: .9375rem;
	}
  .prose ul li, .prose ol li {
		margin-bottom: 0.25rem;
	}
  .prose ul li::marker, .prose ol li::marker {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}
  @media (min-width: 1024px) {
    .prose ul li, .prose ol li {
			font-size: 1rem;
		}
  }
  .prose ul li p:last-child, .prose ol li p:last-child {
		margin-bottom: 0px;
	}
  .prose ul {
		list-style-type: disc;
	}
  .prose ol {
		list-style-type: decimal;
	}
  .prose a:not(.arrow-link) {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}
  .prose a:not(.arrow-link) {
		border-bottom-width: 1px;
	}
  .prose a:not(.arrow-link) {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}
  .prose a:not(.arrow-link) {
		font-weight: 700;
	}
  .prose a:not(.arrow-link) {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .prose a:not(.arrow-link) {
		transition-duration: 300ms;
	}
  .prose a:not(.arrow-link) {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}
  .prose a:not(.arrow-link):hover {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}

  .prose a:not(.arrow-link):hover {
    border-color: #2d2a39;
  }
  .prose a:not(.arrow-link):hover {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .article p {
		font-size: 1rem;
	}

  .article p {
		margin-bottom: 1.5rem;
	}
  @media (min-width: 1024px) {
    .article p {
			font-size: 1.125rem;
		}
  }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
		margin-top: 4rem;
	}
  .article h4, .article h5, .article h6 {
		font-family: Inter, Helvetica, Arial, sans-serif;
	}
  .article h4, .article h5, .article h6 {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}
  .article h4, .article h5, .article h6 {
		font-weight: 700;
	}
  .article img, .article video, .article iframe {
		margin-top: 4rem;
	}
  .article img, .article video, .article iframe {
		margin-bottom: 4rem;
	}
  @media (min-width: 1024px) {
    .article img, .article video, .article iframe {
			transform: var(--tw-transform);
		}
    .article img, .article video, .article iframe {
			--tw-translate-x: -7rem;
			transform: var(--tw-transform);
		}
    .article img,
.article video,
.article iframe {
      width: calc(100% + 220px);
      max-width: 100vw;
    }
  }
  @media (min-width: 1360px) {
    .article img, .article video, .article iframe {
			--tw-translate-x: -10rem;
			transform: var(--tw-transform);
		}
    .article img,
.article video,
.article iframe {
      width: calc(100% + 320px);
    }
  }
  @media (min-width: 1024px) {
    .article img.img-md {
			transform: var(--tw-transform) !important;
		}
    .article img.img-md {
			--tw-translate-x: 0px !important;
			transform: var(--tw-transform) !important;
		}
    .article img.img-md {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  @media (min-width: 1360px) {
    .article img.img-md {
			transform: var(--tw-transform) !important;
		}
    .article img.img-md {
			--tw-translate-x: 0px !important;
			transform: var(--tw-transform) !important;
		}
    .article img.img-md {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  @media (min-width: 1024px) {
    .article img.img-sm {
      position: relative;
    }
    .article img.img-sm {
			transform: var(--tw-transform) !important;
		}
    .article img.img-sm {
      left: 25% !important;
      width: 50% !important;
      max-width: 50% !important;
    }
  }
  @media (min-width: 1360px) {
    .article img.img-sm {
			transform: var(--tw-transform) !important;
		}
    .article img.img-sm {
			--tw-translate-x: 0px !important;
			transform: var(--tw-transform) !important;
		}
    .article img.img-sm {
      width: 50% !important;
      max-width: 50% !important;
    }
  }
  .article td p, .article th p {
		margin-bottom: 0px;
	}

  .border-secondary {
    border-color: #2d2a39 !important;
  }

  .border-tertiary {
    border-color: #534873 !important;
  }

  .border-quaternary {
    border-color: #89c4e6 !important;
  }

  table {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

  td, th {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

  td, th {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  td, th {
		border-right-width: 1px;
	}

  td, th {
		--tw-border-opacity: 1;
		border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	}

  td,
th {
    text-align: left;
  }
  td:last-child, th:last-child {
		border-width: 0px;
	}
  td p, th p {
		margin-bottom: 0px;
	}

  th {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}

  tr {
		border-bottom-width: 1px;
	}

  tr {
		--tw-border-opacity: 1;
		border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	}
  tr:last-child {
		border-width: 0px;
	}
  tr:first-child {
		--tw-bg-opacity: 1;
		background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
	}
}
@layer components {
  .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
  @media (min-width: 768px) {
    .container {
			padding-left: 3rem;
			padding-right: 3rem;
		}
  }
  @media (min-width: 1360px) {
    .container {
			padding-left: 8rem;
			padding-right: 8rem;
		}
  }

  .container-media {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
  @media (min-width: 768px) {
    .container-media {
			padding-left: 3rem;
			padding-right: 3rem;
		}
  }
  @media (min-width: 1024px) {
    .container-media {
			padding-left: 3rem;
			padding-right: 3rem;
		}
  }
  @media (min-width: 1360px) {
    .container-media {
			padding-left: 10rem;
			padding-right: 10rem;
		}
  }

  .container-article {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
  @media (min-width: 768px) {
    .container-article {
			padding-left: 3rem;
			padding-right: 3rem;
		}
  }
  @media (min-width: 1024px) {
    .container-article {
			padding-left: 10rem;
			padding-right: 10rem;
		}
  }
  @media (min-width: 1360px) {
    .container-article {
			padding-left: 20rem;
			padding-right: 20rem;
		}
  }

  .site-head {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}

  .site-head {
		display: flex;
	}

  .site-head {
		justify-content: space-between;
	}

  .site-head {
		padding: 1.5rem;
	}

  .site-head {
		align-items: center;
	}
  @media (min-width: 768px) {
    .site-head {
			padding: 2.5rem;
		}
  }

  .site-foot {
		--tw-bg-opacity: 1;
		background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
	}

  .site-foot {
		padding-top: 6rem;
	}

  .site-foot {
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .site-foot {
			padding-top: 9rem;
		}
  }
  @media (min-width: 1024px) {
    .site-foot {
			padding-top: 12rem;
		}
  }

  .site-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out 0s, visibility 0s linear 0s;
  }
  @media (min-width: 1024px) {
    .site-nav {
      opacity: 1;
      visibility: visible;
    }
  }
  .site-nav.site-nav-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in-out 0s, visibility 0s linear 0s;
    overflow: scroll;
  }

  body.site-nav-visible, html.site-nav-visible {
    overflow: hidden;
  }

  .site-nav-toggle {
    position: relative;
    z-index: 200;
    display: block;
    width: 28px;
    height: 28px;
  }
  @media (min-width: 1024px) {
    .site-nav-toggle {
			display: none;
		}
  }

  .site-nav-toggle-icn {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
  }

  .site-nav-toggle-icn {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}
  .site-nav-toggle-icn:before, .site-nav-toggle-icn:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    left: 0;
  }
  .site-nav-toggle-icn:before, .site-nav-toggle-icn:after {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .site-nav-toggle-icn:before, .site-nav-toggle-icn:after {
		--tw-bg-opacity: 0.8;
	}
  .site-nav-toggle-icn:before, .site-nav-toggle-icn:after {
    transition: all 0.15s ease-in-out;
  }
  .site-nav-toggle-icn:before {
    width: 22px;
    top: -7px;
  }
  .site-nav-toggle-icn:after {
    width: 16px;
    bottom: -6px;
  }

  .site-nav-visible .site-nav-toggle-icn {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}
  .site-nav-visible .site-nav-toggle-icn:before {
    width: 27px;
    top: 0;
    transform: rotate(45deg) translateX(0%);
  }
  .site-nav-visible .site-nav-toggle-icn:before {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}
  .site-nav-visible .site-nav-toggle-icn:before {
		--tw-bg-opacity: 0.8;
	}
  .site-nav-visible .site-nav-toggle-icn:before {
    transform-origin: center center;
  }
  .site-nav-visible .site-nav-toggle-icn:after {
    width: 27px;
    bottom: 0;
    transform: rotate(-45deg) translateX(0%);
  }
  .site-nav-visible .site-nav-toggle-icn:after {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}
  .site-nav-visible .site-nav-toggle-icn:after {
		--tw-bg-opacity: 0.8;
	}
  .site-nav-visible .site-nav-toggle-icn:after {
    transform-origin: center center;
  }

  .site-nav-toggle-text {
		display: none;
	}

  .site-logo {
    width: 118px;
  }

  .site-logo {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  .site-logo {
		transition-duration: 300ms;
	}

  .site-logo {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}

  .site-logo {
		opacity: 1;
	}
  .site-logo:hover {
		opacity: 0.8;
	}
  @media (min-width: 768px) {
    .site-logo {
      width: 148px;
    }
  }
  @media (min-width: 1024px) {
    .site-logo {
      width: 164px;
    }
  }
  @media (min-width: 1360px) {
    .site-logo {
      width: 180px;
    }
  }

  .site-alert {
    display: none;
  }

  .site-alert-visible {
    display: block;
  }

  .hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

  .hero {
    overflow: hidden;
  }

  .hero {
		padding-bottom: 18rem;
	}
  @media (min-width: 480px) {
    .hero {
			padding-top: 4rem;
		}
    .hero {
			padding-bottom: 6rem;
		}
  }
  @media (min-width: 580px) {
    .hero {
			padding-top: 5rem;
		}
    .hero {
			padding-bottom: 7rem;
		}
  }
  @media (min-width: 768px) {
    .hero {
			padding-top: 5rem;
		}
    .hero {
			padding-bottom: 10rem;
		}
  }
  @media (min-width: 1024px) {
    .hero {
			padding-top: 9rem;
		}
    .hero {
			padding-bottom: 12rem;
		}
  }
  @media (min-width: 1360px) {
    .hero {
			padding-top: 9rem;
		}
    .hero {
			padding-bottom: 12rem;
		}
  }

  .hero-overlayed {
		padding-bottom: 20rem;
	}
  .hero-overlayed.hero-illustrated:before {
    bottom: 80px;
  }
  @media (min-width: 380px) {
    .hero-overlayed.hero-illustrated:before {
      bottom: 80px;
    }
  }
  @media (min-width: 480px) {
    .hero-overlayed {
			padding-top: 4rem;
		}
    .hero-overlayed {
			padding-bottom: 6rem;
		}
  }
  @media (min-width: 580px) {
    .hero-overlayed {
			padding-top: 5rem;
		}
    .hero-overlayed {
			padding-bottom: 7rem;
		}
  }
  @media (min-width: 768px) {
    .hero-overlayed {
			padding-top: 5rem;
		}
    .hero-overlayed {
			padding-bottom: 10rem;
		}
  }
  @media (min-width: 1024px) {
    .hero-overlayed {
			padding-top: 7rem;
		}
    .hero-overlayed {
			padding-bottom: 14rem;
		}
  }
  @media (min-width: 1360px) {
    .hero-overlayed {
			padding-top: 7rem;
		}
    .hero-overlayed {
			padding-bottom: 14rem;
		}
  }

  .hero-illustrated {
    position: relative;
  }
  .hero-illustrated:before {
    content: "";
    position: absolute;
    display: block;
    width: 1106px;
    height: 582px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-14%) translateY(0) scale(0.4125);
    transform-origin: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  @media (min-width: 380px) {
    .hero-illustrated:before {
      bottom: 24px;
      left: 50%;
      transform: translateX(-15.5%) translateY(0) scale(0.45);
    }
  }
  @media (min-width: 480px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(-55%) scale(0.625);
    }
  }
  @media (min-width: 580px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(-55%) scale(0.625);
    }
  }
  @media (min-width: 768px) {
    .hero-illustrated:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      transform-origin: left center;
      transform: translateX(0) translateY(-60%) scale(0.675);
    }
  }
  @media (min-width: 1024px) {
    .hero-illustrated:before {
      top: 50%;
      transform: translateX(0) translateY(-62.5%) scale(0.875);
    }
  }
  @media (min-width: 1360px) {
    .hero-illustrated:before {
      top: 50%;
      transform: translateX(0) translateY(-57.5%) scale(1);
    }
  }

  .hero-bike:before {
    background-image: url(/img/hero-bike.svg);
  }

  .hero-book:before {
    background-image: url(/img/hero-book.svg);
  }

  .hero-chart:before {
    background-image: url(/img/hero-chart.svg);
  }

  .hero-cooking:before {
    background-image: url(/img/hero-cooking.svg);
  }

  .hero-devices:before {
    background-image: url(/img/hero-devices.svg);
  }

  .hero-dog:before {
    background-image: url(/img/hero-dog.svg);
  }

  .hero-gardening:before {
    background-image: url(/img/hero-gardening.svg);
  }

  .hero-guitar:before {
    background-image: url(/img/hero-guitar.svg);
  }

  .hero-handshake:before {
    background-image: url(/img/hero-handshake.svg);
  }

  .hero-laptop:before {
    background-image: url(/img/hero-laptop.svg);
  }

  .hero-mobile:before {
    background-image: url(/img/hero-mobile.svg);
  }

  .hero-stb:before {
    background-image: url(/img/hero-stb.svg);
  }

  .hero-swimming:before {
    background-image: url(/img/hero-swimming.svg);
  }

  .hero-tablet:before {
    background-image: url(/img/hero-tablet.svg);
  }

  .hero-yoga:before {
    background-image: url(/img/hero-yoga.svg);
  }

  .hero-burger:before {
    background-image: url(/img/hero-burger.svg);
  }

  .hero-card:before {
    background-image: url(/img/hero-card.svg);
  }

  .hero-chicken:before {
    background-image: url(/img/hero-chicken.svg);
  }

  .hero-drink:before {
    background-image: url(/img/hero-drink.svg);
  }

  .hero-drink:before {
    background-image: url(/img/hero-drink.svg);
  }

  .hero-pizza:before {
    background-image: url(/img/hero-pizza.svg);
  }

  .hero-spatula:before {
    background-image: url(/img/hero-spatula.svg);
  }

  .hero-taco:before {
    background-image: url(/img/hero-taco.svg);
  }

  .hero-tray:before {
    background-image: url(/img/hero-tray.svg);
  }

  .hero-heart:before {
    width: 1079px;
    height: 1005px;
    background-image: url(/img/hero-heart.svg);
    bottom: auto;
    top: 55%;
    left: 10%;
    transform-origin: left top;
    transform: translateX(0) translateY(0) scale(0.5);
  }
  @media (min-width: 380px) {
    .hero-heart:before {
      bottom: auto;
      top: 50%;
      left: 10%;
      transform-origin: left top;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 480px) {
    .hero-heart:before {
      bottom: auto;
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 580px) {
    .hero-heart:before {
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 768px) {
    .hero-heart:before {
      top: -30%;
      left: 52.5%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.675);
    }
  }
  @media (min-width: 1024px) {
    .hero-heart:before {
      top: -5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(0.875);
    }
  }
  @media (min-width: 1360px) {
    .hero-heart:before {
      top: 5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(1);
    }
  }

  .hero-book-img:before {
    opacity: 0.15;
    width: 1079px;
    height: 1005px;
    background-image: url(/img/hero-heart-book.svg);
    bottom: auto;
    top: 55%;
    left: 10%;
    transform-origin: left top;
    transform: translateX(0) translateY(0) scale(0.5);
  }
  @media (min-width: 380px) {
    .hero-book-img:before {
      bottom: auto;
      top: 50%;
      left: 10%;
      transform-origin: left top;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 480px) {
    .hero-book-img:before {
      bottom: auto;
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 580px) {
    .hero-book-img:before {
      top: -30%;
      left: 60%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.625);
    }
  }
  @media (min-width: 768px) {
    .hero-book-img:before {
      top: -30%;
      left: 52.5%;
      transform-origin: left center;
      transform: translateX(0) translateY(0) scale(0.675);
    }
  }
  @media (min-width: 1024px) {
    .hero-book-img:before {
      top: -5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(0.875);
    }
  }
  @media (min-width: 1360px) {
    .hero-book-img:before {
      top: 5%;
      left: 52.5%;
      transform: translateX(0) translateY(0) scale(1);
    }
  }
  .hero-book-img:after {
    position: absolute;
    content: "";
    display: block;
    width: 1440px;
    height: 1120px;
    background-image: url(/img/hero-book-overlay-final.png);
    background-size: 1440px 1120px;
    background-position: center center;
    bottom: -50rem;
    left: calc(50% - 72.6rem);
    transform: scale(0.425);
    transform-origin: right top;
  }
  @media (min-width: 380px) {
    .hero-book-img:after {
      bottom: -50rem;
      left: calc(50% - 74.5rem);
      transform: scale(0.425);
      transform-origin: right top;
    }
  }
  @media (min-width: 480px) {
    .hero-book-img:after {
      bottom: auto;
      top: -2rem;
      left: calc(50% - 61rem);
      transform: scale(0.39);
      transform-origin: right top;
    }
  }
  @media (min-width: 580px) {
    .hero-book-img:after {
      top: -0.5rem;
      left: calc(50% - 61rem);
      transform: scale(0.39);
      transform-origin: right top;
    }
  }
  @media (min-width: 768px) {
    .hero-book-img:after {
      top: -1.5rem;
      left: calc(50% - 57.5rem);
      transform: scale(0.45);
      transform-origin: right top;
    }
  }
  @media (min-width: 1024px) {
    .hero-book-img:after {
      top: -4rem;
      left: calc(50% - 45.5rem);
      transform: scale(0.65);
      transform-origin: right top;
    }
  }

  @media (min-width: 1024px) {
    .hero-intro p {
			font-size: 1.125rem;
		}
  }

  .btn {
		display: inline-block;
	}

  .btn {
		padding-left: 2rem;
		padding-right: 2rem;
	}

  .btn {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

  .btn {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}

  .btn {
		border-left-width: 8px;
	}

  .btn {
		--tw-bg-opacity: 1;
	}

  .btn {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

  .btn {
		font-size: .75rem;
	}

  .btn {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  .btn {
		transition-duration: 300ms;
	}

  .btn {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}

  .btn {
		font-weight: 600;
	}
  .btn:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}
  @media (min-width: 580px) {
    .btn {
			font-size: .875rem;
		}
  }

  .btn-simple {
		border-width: 0px;
	}
  .btn-simple:hover {
		--tw-shadow: inset 0 0 4px 0 rgba(255,255,255,1);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

  .btn-nav {
		border-width: 0px;
	}
  .btn-nav:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(35, 34, 45, var(--tw-bg-opacity));
	}

  .btn-primary {
    border-color: #2d2a39;
  }

  .btn-primary {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .btn-primary {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}
  .btn-primary:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}
  .btn-primary:hover {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}

  .btn-secondary {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}

  .btn-secondary {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}
  .btn-secondary:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}

  .btn-secondary:hover {
    border-color: #2d2a39;
  }
  .btn-secondary:hover {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .arrow-link {
		font-weight: 600;
	}

  .arrow-link {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}

  .arrow-link {
		line-height: 1.375;
	}
  .arrow-link:hover {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}
  .arrow-link:hover {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .arrow-link:hover {
		transition-duration: 300ms;
	}
  .arrow-link:hover {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}

  .course-card .arrow-link:hover {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}

  .section-illustration {
    position: relative;
  }
  .section-illustration:before, .section-illustration:after {
    position: absolute;
    content: "";
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section-illustration:before {
    left: 100%;
    top: 50%;
    transform-origin: left center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    display: none;
  }
  @media (min-width: 1024px) {
    .section-illustration:before {
      display: block;
    }
  }
  .section-illustration:after {
    transform-origin: left top;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
  }
  @media (min-width: 1024px) {
    .section-illustration:after {
      display: block;
    }
  }
  .section-illustration img {
    position: relative;
    z-index: 10;
  }

  .section-illustration-bike:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-bike.svg);
  }

  .section-illustration-book:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-book.svg);
  }

  .section-illustration-burger:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-burger.svg);
  }

  .section-illustration-card:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-card.svg);
  }

  .section-illustration-chart:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-chart.svg);
  }

  .section-illustration-chicken:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-chicken.svg);
  }

  .section-illustration-coffee:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-coffee.svg);
  }

  .section-illustration-cooking:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-cooking.svg);
  }

  .section-illustration-devices:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-devices.svg);
  }

  .section-illustration-dog:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-dog.svg);
  }

  .section-illustration-drink:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-drink.svg);
  }

  .section-illustration-gardening:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-gardening.svg);
  }

  .section-illustration-guitar:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-guitar.svg);
  }

  .section-illustration-heart:before {
    width: 1220px;
    height: 1213px;
    opacity: 1;
    transform: translateY(-39%) translateX(-64px);
    background-image: url(/img/section-illustration-heart.svg);
  }

  .section-illustration-laptop:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-laptop.svg);
  }

  .section-illustration-pizza:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-pizza.svg);
  }

  .section-illustration-spatula:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-spatula.svg);
  }

  .section-illustration-swimming:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-swimming.svg);
  }

  .section-illustration-tablet:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-tablet.svg);
  }

  .section-illustration-taco:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-taco.svg);
  }

  .section-illustration-tray:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-tray.svg);
  }

  .section-illustration-yoga:before {
    width: 500px;
    height: 400px;
    opacity: 1;
    transform: translateY(-55%) translateX(-48px);
    background-image: url(/img/section-illustration-yoga.svg);
  }

  .section-foreground-birds-and-clouds:after {
    width: 142px;
    height: 66px;
    transform: translateY(0) translateX(-25%);
    background-image: url(/img/birds-and-clouds.svg);
  }

  .section-foreground-ladybird:after {
    width: 36px;
    height: 25px;
    transform: translateY(90%) translateX(90%);
    background-image: url(/img/ladybird.svg);
  }

  .section-illustration-reverse:before {
    left: 100%;
    top: 50%;
    transform-origin: left center;
    transform: translateY(-55%) translateX(-60%) scaleX(-1);
  }
  .section-illustration-reverse:after {
    transform-origin: right top;
    left: auto;
    right: 0;
    top: 0;
  }
  .section-illustration-reverse.section-illustration-heart:before {
    transform: translateY(-39%) translateX(-24%) scaleX(-1);
  }
  .section-illustration-reverse.section-foreground-birds-and-clouds:after {
    transform: translateY(0) translateX(25%);
  }

  .heading-illustration {
		font-family: Inter, Helvetica, Arial, sans-serif;
	}

  .heading-illustration {
		font-weight: 600;
	}

  .heading-illustration {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}

  .heading-illustration {
		font-size: 1.25rem;
	}

  .heading-illustration {
		display: flex;
	}

  .heading-illustration {
		width: 100%;
	}

  .heading-illustration {
		align-self: flex-end;
	}

  .heading-illustration {
		padding-top: 6rem;
	}

  .heading-illustration {
		padding-bottom: 0.75rem;
	}

  .heading-illustration {
		padding-right: 9rem;
	}

  .heading-illustration {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 120px;
  }
  .heading-illustration.card-heading {
		padding-top: 1.5rem;
	}
  .heading-illustration.card-heading {
		--tw-bg-opacity: 0.5;
	}
  .heading-illustration.card-heading {
    background-size: auto 80px;
  }
  .heading-illustration.card-heading {
		margin-top: -1.5rem;
	}
  .heading-illustration.card-heading:before {
    display: none;
  }

  .heading-illustration-bike {
    background-image: url(/img/heading-illustration-bike.svg);
  }

  .heading-illustration-burger {
    background-image: url(/img/heading-illustration-burger.svg);
  }

  .heading-illustration-card {
    background-image: url(/img/heading-illustration-card.svg);
  }

  .heading-illustration-chicken {
    background-image: url(/img/heading-illustration-chicken.svg);
  }

  .heading-illustration-cooking {
    background-image: url(/img/heading-illustration-cooking.svg);
  }

  .heading-illustration-drink {
    background-image: url(/img/heading-illustration-drink.svg);
  }

  .heading-illustration-laptop {
    background-image: url(/img/heading-illustration-laptop.svg);
  }

  .heading-illustration-swimming {
    background-image: url(/img/heading-illustration-swimming.svg);
  }

  .heading-illustration-taco {
    background-image: url(/img/heading-illustration-tray.svg);
  }

  .heading-illustration-tray {
    background-image: url(/img/heading-illustration-tray.svg);
  }

  .split-illustration {
    position: relative;
    padding-top: 158px;
  }

  .split-illustration {
		margin-bottom: 6rem;
	}
  @media (min-width: 1360px) {
    .split-illustration {
      padding-top: 180px;
    }
  }
  .split-illustration:before {
    position: absolute;
    content: "";
    display: block;
    height: 120px;
    width: calc(100% + 120px);
    top: 0;
    left: 0;
    background-size: auto 120px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  @media (min-width: 1360px) {
    .split-illustration:before {
      height: 142px;
      width: calc(100% + 96px);
      background-size: auto 142px;
    }
  }

  .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-size: 1rem;
	}
  @media (min-width: 580px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
			font-size: 1.125rem;
		}
  }
  @media (min-width: 768px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
			font-size: 1.25rem;
		}
  }
  @media (min-width: 1024px) {
    .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
			font-size: 1.5rem;
		}
  }
  .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}
  .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-family: Inter, Helvetica, Arial, sans-serif;
	}
  .split-illustration h1, .split-illustration h2, .split-illustration h3, .split-illustration h4, .split-illustration h5, .split-illustration h6 {
		font-weight: 600;
	}

  .split-illustration-flowers-one:before {
    background-image: url(/img/flowers-one.svg);
  }

  .split-illustration-flowers-two:before {
    background-image: url(/img/flowers-two.svg);
  }
  @media (min-width: 768px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 0px);
    }
  }
  @media (min-width: 1024px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 0px);
    }
  }
  @media (min-width: 1360px) {
    .split-illustration-flowers-two:before {
      width: calc(100% + 206px);
    }
  }

  .product-promo {
		border-left-width: 8px;
	}

  .product-promo {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}

  .product-promo {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .product-promo {
		padding-top: 3rem;
	}

  .product-promo {
		padding-bottom: 20rem;
	}
  @media (min-width: 480px) {
    .product-promo {
			padding-bottom: 24rem;
		}
  }
  @media (min-width: 768px) {
    .product-promo {
			border-left-width: 12px;
		}
    .product-promo {
			padding-left: 2rem;
			padding-right: 2rem;
		}
    .product-promo {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
    .product-promo {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 120%;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .product-promo {
			padding-left: 4rem;
			padding-right: 4rem;
		}
    .product-promo {
			padding-top: 7rem;
			padding-bottom: 7rem;
		}
    .product-promo {
      background-position: 360px center;
    }
  }
  @media (min-width: 1360px) {
    .product-promo {
			padding-left: 5rem;
			padding-right: 5rem;
		}
  }

  .product-promo-book {
    background-image: url(/img/promo-book-new.png), url(/img/promo-background.svg);
    background-position: right bottom, 120px bottom;
    background-size: 440px auto, auto 120%;
    background-repeat: no-repeat, no-repeat;
  }
  @media (min-width: 480px) {
    .product-promo-book {
      background-size: 540px auto, auto 120%;
    }
  }
  @media (min-width: 768px) {
    .product-promo-book {
      background-image: url(/img/promo-book-new.png), url(/img/promo-background.svg);
      background-position: right -120px bottom, 240px center;
      background-size: auto 90%, auto 120%;
      background-repeat: no-repeat, no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .product-promo-book {
      background-position: right -60px bottom, 320px center;
    }
  }
  @media (min-width: 1360px) {
    .product-promo-book {
      background-position: right bottom, 500px center;
    }
  }

  .product-promo-indicator {
    background-image: url(/img/promo-indicator-new.png), url(/img/promo-background.svg);
    background-position: right bottom, 120px bottom;
    background-size: 460px auto, auto 120%;
    background-repeat: no-repeat, no-repeat;
  }
  @media (min-width: 480px) {
    .product-promo-indicator {
      background-size: 540px auto, auto 120%;
    }
  }
  @media (min-width: 768px) {
    .product-promo-indicator {
      background-image: url(/img/promo-indicator.png), url(/img/promo-background.svg);
      background-position: right -120px center, 240px center;
      background-size: auto 100%, auto 120%;
      background-repeat: no-repeat, no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .product-promo-indicator {
      background-position: right -60px center, 320px center;
    }
  }
  @media (min-width: 1360px) {
    .product-promo-indicator {
      background-position: right center, 500px center;
    }
  }

  .page-promo {
		border-left-width: 8px;
	}

  .page-promo {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}

  .page-promo {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .page-promo {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

  .page-promo {
		position: relative;
	}

  .page-promo {
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .page-promo {
			border-left-width: 12px;
		}
    .page-promo {
			padding-left: 2rem;
			padding-right: 2rem;
		}
    .page-promo {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
    .page-promo {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 120%;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .page-promo {
			padding-left: 4rem;
			padding-right: 4rem;
		}
    .page-promo {
			padding-top: 6rem;
			padding-bottom: 6rem;
		}
    .page-promo {
      background-position: 360px center;
    }
  }
  @media (min-width: 1360px) {
    .page-promo {
			padding-left: 5rem;
			padding-right: 5rem;
		}
  }

  .page-promo-img {
    display: none;
    z-index: 0;
  }
  @media (min-width: 768px) {
    .page-promo-img {
      display: block;
      position: absolute;
    }
    .page-promo-img {
			border-radius: 9999px;
		}
    .page-promo-img {
      width: 320px;
      height: 320px;
      left: 75%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media (min-width: 1024px) {
    .page-promo-img {
      left: 60%;
    }
  }
  @media (min-width: 1360px) {}

  .video-promo {
		display: block;
	}

  .video-promo {
		border-left-width: 8px;
	}

  .video-promo {
    border-color: #2d2a39;
  }

  .video-promo {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .video-promo {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .video-promo {
		padding-bottom: 1.5rem;
	}

  .video-promo {
		padding-top: 6rem;
	}

  .video-promo {
    position: relative;
  }
  @media (min-width: 580px) {
    .video-promo {
			padding-left: 2rem;
			padding-right: 2rem;
		}
    .video-promo {
			padding-top: 3rem;
			padding-bottom: 3rem;
		}
  }
  @media (min-width: 768px) {
    .video-promo {
			border-left-width: 12px;
		}
  }
  @media (min-width: 1024px) {
    .video-promo {
			padding-left: 3rem;
			padding-right: 3rem;
		}
    .video-promo {
			padding-top: 5rem;
			padding-bottom: 5rem;
		}
  }
  @media (min-width: 1360px) {
    .video-promo {
			padding-left: 4rem;
			padding-right: 4rem;
		}
  }
  .video-promo:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-promo:before {
		z-index: 0;
	}
  .video-promo:before {
    background: black;
    background: linear-gradient(0deg, rgba(35, 34, 45, 0.5) 0%, rgba(35, 34, 45, 0) 75%);
  }
  @media (min-width: 580px) {
    .video-promo:before {
      display: none;
    }
  }

  .video-selector {
    position: relative;
  }

  .video-selector {
		font-size: .75rem;
	}

  .video-selector {
		padding-top: 3.5rem;
	}

  .video-selector {
    transition: all 0.3s ease-in-out;
  }
  .video-selector:before, .video-selector:after {
    content: "";
    display: block;
    position: absolute;
  }
  .video-selector:before, .video-selector:after {
		border-radius: 9999px;
	}
  .video-selector:after {
    width: 32px;
    height: 32px;
  }
  .video-selector:after {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}
  .video-selector:after {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .video-selector:before {
    opacity: 0;
    width: 44px;
    height: 44px;
  }
  .video-selector:before {
		border-width: 2px;
	}
  .video-selector:before {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}
  .video-selector:before {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  .video-selector.video-selector-selected, .video-selector:hover {
		--tw-text-opacity: 1;
		color: rgba(45, 42, 57, var(--tw-text-opacity));
	}
  .video-selector.video-selector-selected:before, .video-selector:hover:before {
    opacity: 1;
  }

  .video-selector-content {
    height: 0;
  }
  .video-selector-content.video-selector-selected {
    height: auto;
    display: grid !important;
  }

  .video-selector-behaviours:after {
    background-image: url(/img/icn-behaviours.svg);
  }

  .video-selector-benchmark:after {
    background-image: url(/img/icn-benchmark.svg);
  }

  .video-selector-others:after {
    background-image: url(/img/icn-others.svg);
  }

  .video-selector-quadrants:after {
    background-image: url(/img/icn-quadrants.svg);
  }

  .video-selector-self:after {
    background-image: url(/img/icn-self.svg);
  }

  .video-selector-shaded:after {
    background-image: url(/img/icn-shaded.svg);
  }

  .cta {
		border-left-width: 8px;
	}

  .cta {
    border-color: #2d2a39;
  }

  .cta {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .cta {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .cta {
    position: relative;
  }

  .cta {
		z-index: 10;
	}

  .cta {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

  .cta {
    background-image: url(/img/promo-background.svg);
    background-position: -60px center;
    background-size: auto 240%;
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    .cta {
			border-left-width: 12px;
		}
    .cta {
			padding-left: 2rem;
			padding-right: 2rem;
		}
    .cta {
			padding-top: 3rem;
			padding-bottom: 3rem;
		}
    .cta {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 240%;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .cta {
			padding-left: 4rem;
			padding-right: 4rem;
		}
    .cta {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
    .cta {
      background-position: 360px center;
    }
  }
  @media (min-width: 1360px) {
    .cta {
			padding-left: 5rem;
			padding-right: 5rem;
		}
  }

  .cta-mini {
		border-left-width: 8px;
	}

  .cta-mini {
    border-color: #2d2a39;
  }

  .cta-mini {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}

  .cta-mini {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .cta-mini {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

  .cta-mini {
    background-image: url(/img/promo-background.svg);
    background-position: -60px center;
    background-size: auto 400%;
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    .cta-mini {
			border-left-width: 12px;
		}
    .cta-mini {
      background-image: url(/img/promo-background.svg);
      background-position: 240px center;
      background-size: auto 400%;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .cta-mini {
      background-position: 360px center;
    }
  }
  .cta-mini .cta-mini-icon {
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease-in-out;
  }
  .cta-mini:hover .cta-mini-icon {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  .section-augment {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
  }
  @media (min-width: 1360px) {
    .section-augment {
      display: block;
    }
  }
  .section-augment.section-augment-light .section-augment-text:before {
    opacity: 0.5;
  }

  .section-augment-text {
    position: relative;
    display: block;
    top: 50%;
    transform: rotate(-90deg) translateX(-100%) translateY(50%);
    transform-origin: left center;
  }

  .section-augment-text {
		text-transform: uppercase;
	}

  .section-augment-text {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}

  .section-augment-text {
		font-size: .75rem;
	}

  .section-augment-text {
		font-weight: 600;
	}

  .section-augment-text {
    line-height: 28px;
  }
  .section-augment-text:before {
    display: block;
    content: "";
    position: absolute;
    right: calc(100% + 24px);
    transform: translateY(14px);
    width: 800vh;
    height: 1px;
  }
  .section-augment-text:before {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}

  .section-augment-icn {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .section-augment-icn {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}

  .section-augment-icn {
		border-radius: 9999px;
	}

  .section-augment-btt {
    top: 24px;
  }
  .section-augment-btt .section-augment-icn {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}

  .mac-bug {
    position: relative;
  }
  .mac-bug:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 25px;
    background-image: url(/img/mac-bug.svg);
    background-image: 100% auto;
    background-position: center center;
    top: -75px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
  @media (min-width: 768px) {
    .mac-bug:before {
      top: -25px;
    }
  }

  .mac-clouds {
    position: relative;
  }
  .mac-clouds:before, .mac-clouds:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 23px;
    background-image: url(/img/mac-cloud.svg);
    background-image: 100% auto;
    background-position: center center;
  }
  .mac-clouds:before {
    top: -64px;
    left: -48px;
    transform: scale(1);
  }
  @media (min-width: 380px) {
    .mac-clouds:before {
      left: 24px;
    }
  }
  @media (min-width: 580px) {
    .mac-clouds:before {
      left: 48px;
    }
  }
  @media (min-width: 768px) {
    .mac-clouds:before {
      top: -32px;
      left: 64px;
    }
  }
  @media (min-width: 1024px) {
    .mac-clouds:before {
      left: 120px;
    }
  }
  @media (min-width: 1360px) {
    .mac-clouds:before {
      left: 144px;
    }
  }
  .mac-clouds:after {
    top: -88px;
    right: -48px;
    transform: scale(1);
  }
  @media (min-width: 380px) {
    .mac-clouds:after {
      right: 24px;
    }
  }
  @media (min-width: 580px) {
    .mac-clouds:after {
      right: 48px;
    }
  }
  @media (min-width: 768px) {
    .mac-clouds:after {
      top: -64px;
      right: 64px;
    }
  }
  @media (min-width: 1024px) {
    .mac-clouds:after {
      right: 120px;
    }
  }
  @media (min-width: 1360px) {
    .mac-clouds:after {
      right: 144px;
    }
  }

  .mac-repeat {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-repeat.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .card {
		--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

  .card {
		padding-left: 3rem;
		padding-right: 3rem;
	}

  .card {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

  .card {
		position: relative;
	}
  @media (min-width: 1024px) {
    .card {
			padding-left: 4rem;
			padding-right: 4rem;
		}
    .card {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
  }
  @media (min-width: 1360px) {
    .card {
			padding-left: 5rem;
			padding-right: 5rem;
		}
    .card {
			padding-top: 5rem;
			padding-bottom: 5rem;
		}
  }
  .card p:last-child {
		margin-bottom: 0px;
	}

  .cards-offset-bg-heart {
    background-image: url(/img/heart-full.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .cards-offset-bg-trail {
    background-image: url(/img/trail.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .card-heading {
    position: relative;
  }

  .card-heading {
		font-size: 1rem;
	}
  @media (min-width: 580px) {
    .card-heading {
			font-size: 1rem;
		}
  }
  @media (min-width: 768px) {
    .card-heading {
			font-size: 1.125rem;
		}
  }
  @media (min-width: 1024px) {
    .card-heading {
			font-size: 1.25rem;
		}
  }

  .card-heading {
		padding-bottom: 2rem;
	}
  .card-heading:before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
  }
  .card-heading:before {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}
  .card-heading:before {
		--tw-bg-opacity: 0.5;
	}
  .card-heading:before {
    left: 0;
    bottom: 0;
  }
  .card-heading:before {
		right: -3rem;
	}
  @media (min-width: 1024px) {
    .card-heading:before {
			right: -4rem;
		}
  }
  @media (min-width: 1360px) {
    .card-heading:before {
			right: -5rem;
		}
  }

  .card-img {
		display: block;
	}

  .card-img {
		position: absolute;
	}

  .card-img {
		border-radius: 9999px;
	}

  .card-img {
		width: 6rem;
	}

  .card-img {
		height: 6rem;
	}

  .card-img {
		left: 50%;
	}

  .card-img {
		top: 0px;
	}

  .card-img {
		transform: var(--tw-transform);
	}

  .card-img {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

  .card-img {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

  .card-img {
		border-width: 4px;
	}

  .card-img {
		--tw-border-opacity: 1;
		border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	}
  @media (min-width: 1024px) {
    .card-img {
			width: 8rem;
		}
    .card-img {
			height: 8rem;
		}
  }

  .card-img-right {
		right: 0px;
	}

  .card-img-right {
		left: auto;
	}

  .card-img-right {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

  .course-card {
		display: block;
	}

  .course-card {
		border-left-width: 8px;
	}

  .course-card {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}

  .course-card {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .course-card {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

  .course-card {
		--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

  .course-card {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right -300px center;
    position: relative;
  }
  @media (min-width: 480px) {
    .course-card {
      background-position: right -270px center;
    }
  }
  @media (min-width: 580px) {
    .course-card {
      background-position: right -240px center;
    }
  }
  @media (min-width: 768px) {
    .course-card {
      background-position: right -8em center;
    }
  }
  @media (min-width: 1024px) {
    .course-card {
      background-position: right -8em center;
    }
  }
  @media (min-width: 1360px) {
    .course-card {
      background-position: right center;
    }
  }
  .course-card:before {
    position: absolute;
    content: "";
    display: none;
    width: 44px;
    height: 44px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 0;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .course-card:before {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}
  @media (min-width: 1024px) {
    .course-card:before {
      display: block;
    }
  }
  @media (min-width: 1360px) {
    .course-card:before {
      width: 52px;
      height: 52px;
      background-size: 18px 18px;
    }
  }
  @media (min-width: 580px) {
    .course-card {
			padding-left: 2rem;
			padding-right: 2rem;
		}
    .course-card {
			padding-top: 3rem;
			padding-bottom: 3rem;
		}
  }
  @media (min-width: 768px) {
    .course-card {
			border-left-width: 12px;
		}
  }
  @media (min-width: 1024px) {
    .course-card {
			padding-left: 4rem;
			padding-right: 4rem;
		}
    .course-card {
			padding-top: 5rem;
			padding-bottom: 5rem;
		}
  }
  @media (min-width: 1360px) {
    .course-card {
			padding-left: 5rem;
			padding-right: 5rem;
		}
  }

  .course-card-secondary {
    border-color: #2d2a39;
  }

  .course-card-secondary {
		--tw-border-opacity: 1;
		border-color: rgba(45, 42, 57, var(--tw-border-opacity));
	}
  .course-card-secondary:before {
		--tw-bg-opacity: 1;
		background-color: rgba(45, 42, 57, var(--tw-bg-opacity));
	}

  .course-card-tertiary {
    border-color: #534873;
  }

  .course-card-tertiary {
		--tw-border-opacity: 1;
		border-color: rgba(83, 72, 115, var(--tw-border-opacity));
	}
  .course-card-tertiary:before {
		--tw-bg-opacity: 1;
		background-color: rgba(83, 72, 115, var(--tw-bg-opacity));
	}
  @media (min-width: 1360px) {
    .course-card-tertiary.course-card-small {
      background-image: url(/img/card-associate.svg);
      background-position: right bottom 2rem;
      background-size: 200px auto;
    }
  }

  .course-card-quaternary {
    border-color: #89c4e6;
  }

  .course-card-quaternary {
		--tw-border-opacity: 1;
		border-color: rgba(137, 196, 230, var(--tw-border-opacity));
	}
  .course-card-quaternary:before {
		--tw-bg-opacity: 1;
		background-color: rgba(137, 196, 230, var(--tw-bg-opacity));
	}
  @media (min-width: 1360px) {
    .course-card-quaternary.course-card-small {
      background-image: url(/img/card-practitioner.svg);
      background-position: right bottom 2rem;
      background-size: 200px auto;
    }
  }

  .course-card-heart:before {
    background-image: url(/img/icn-heart.svg);
  }

  .course-card-laptop:before {
    background-image: url(/img/icn-laptop.svg);
  }

  .course-card-compass:before {
    background-image: url(/img/icn-compass.svg);
  }

  .course-card-eye:before {
    background-image: url(/img/icn-eye.svg);
  }

  .course-card-firework:before {
    background-image: url(/img/icn-firework.svg);
  }

  .course-card-flag:before {
    background-image: url(/img/icn-flag.svg);
  }

  .course-card-person:before {
    background-image: url(/img/icn-person.svg);
  }

  .course-card-plant:before {
    background-image: url(/img/icn-plant.svg);
  }

  .course-card-star:before {
    background-image: url(/img/icn-star.svg);
  }

  .feature-list {
    counter-reset: num;
  }
  .feature-list li {
    position: relative;
  }
  .feature-list li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: none;
    width: 36px;
    height: 36px;
  }
  .feature-list li:before {
		border-radius: 9999px;
	}
  .feature-list li:before {
		--tw-text-opacity: 1;
		color: rgba(203, 69, 58, var(--tw-text-opacity));
	}
  .feature-list li:before {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .feature-list li:before {
    text-align: center;
    line-height: 32px;
    left: -64px;
    top: 0px;
  }
  .feature-list li:before {
		border-width: 2px;
	}
  .feature-list li:before {
		--tw-border-opacity: 1;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity));
	}
  .feature-list li:before {
    transform: translateX(-50%);
    z-index: 1;
  }
  @media (min-width: 1360px) {
    .feature-list li:before {
      display: block;
    }
  }
  .feature-list li:after {
    position: absolute;
    content: "";
    display: none;
  }
  .feature-list li:after {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}
  .feature-list li:after {
    width: 2px;
    height: 100%;
    left: -64px;
    top: 6px;
    transform: translateX(-50%);
    z-index: 0;
  }
  @media (min-width: 1360px) {
    .feature-list li:after {
      display: block;
    }
  }
  .feature-list li:last-child:after {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
	}
  .feature-list li:last-child:after {
    width: 1px;
  }

  @media (min-width: 1024px) {
    .section-connect {
      position: relative;
    }
    .section-connect:after {
      position: absolute;
      content: "";
      display: block;
      width: 520px;
      height: 280px;
      background-image: url(/img/section-connect.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      left: 50%;
      bottom: 8px;
      transform: translate(-50%, 100%);
    }
  }

  .schedule div:before {
    position: absolute;
    content: "";
    display: block;
  }

  .schedule div:before {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}

  .schedule div:before {
    top: 48px;
    left: -48px;
    width: 2px;
    height: 100%;
  }
  @media (min-width: 768px) {
    .schedule div:before {
      top: 0;
      left: 50%;
      width: calc(100% - 12px);
      height: 2px;
    }
  }
  .schedule div:nth-child(5):before {
    display: none;
  }
  @media (min-width: 768px) {
    .schedule div:nth-child(3):before, .schedule div:nth-child(5):before {
      display: none;
    }
  }

  .schedule-bug {
    position: relative;
  }
  .schedule-bug:before {
    position: absolute;
    content: "";
    display: none;
    width: 40px;
    height: 25px;
    background-image: url(/img/mac-bug.svg);
    background-image: 100% auto;
    background-position: center center;
    top: -75px;
    left: 33%;
    transform: scale(1) translateX(-50%);
  }
  @media (min-width: 768px) {
    .schedule-bug:before {
      top: -25px;
      display: block;
    }
  }

  .schedule-clouds {
    position: relative;
  }
  .schedule-clouds:before, .schedule-clouds:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 23px;
    background-image: url(/img/mac-cloud.svg);
    background-image: 100% auto;
    background-position: center center;
  }
  .schedule-clouds:before {
    top: -32px;
    left: -48px;
    transform: scale(1);
  }
  @media (min-width: 380px) {
    .schedule-clouds:before {
      left: 24px;
    }
  }
  @media (min-width: 580px) {
    .schedule-clouds:before {
      left: 48px;
    }
  }
  @media (min-width: 768px) {
    .schedule-clouds:before {
      top: -32px;
      left: 64px;
    }
  }
  @media (min-width: 1024px) {
    .schedule-clouds:before {
      left: 120px;
    }
  }
  @media (min-width: 1360px) {
    .schedule-clouds:before {
      left: 144px;
    }
  }
  .schedule-clouds:after {
    top: -88px;
    right: -48px;
    transform: scale(1);
  }
  @media (min-width: 380px) {
    .schedule-clouds:after {
      right: 24px;
    }
  }
  @media (min-width: 580px) {
    .schedule-clouds:after {
      right: 48px;
    }
  }
  @media (min-width: 768px) {
    .schedule-clouds:after {
      top: -64px;
      right: 64px;
    }
  }
  @media (min-width: 1024px) {
    .schedule-clouds:after {
      right: 120px;
    }
  }
  @media (min-width: 1360px) {
    .schedule-clouds:after {
      right: 144px;
    }
  }

  .schedule-pre {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-laptop.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .overlay {
    opacity: 0;
    visibility: hidden;
  }

  .overlay-visible {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 200;
  }

  .overlay-close {
    z-index: 200;
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .overlay-close {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 69, 58, var(--tw-bg-opacity));
	}

  .overlay-close {
		border-radius: 9999px;
	}

  .overlay-close {
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/icn-close.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .social-link {
		margin-right: 0.25rem;
	}

  .social-link-linkedin {
    background-image: url(/img/social-linkedin.svg);
  }

  .social-link-facebook {
    background-image: url(/img/social-facebook.svg);
  }

  .social-link-twitter {
    background-image: url(/img/social-twitter.svg);
  }

  .social-link-instagram {
    background-image: url(/img/social-instagram.svg);
  }

  .social-link-rss {
    background-image: url(/img/social-rss.svg);
  }

  .social-link-tiktok {
    background-image: url(/img/social-tiktok.svg);
  }

  .social-link-spotify {
    background-image: url(/img/social-spotify.svg);
  }

  .swiper-button-prev,
.swiper-button-next {
    top: auto !important;
    bottom: 4px;
    background-color: #cb453a;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
  }
  .swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cb453a !important;
  }

  .reveal-content {
    display: none;
  }
  .reveal-content.reveal-visible {
    display: block;
  }

  .reveal-toggle {
    padding-right: 24px;
    position: relative;
  }
  .reveal-toggle:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 10.5px;
    background-image: url(/img/icn-arrow-down-primary.svg);
    background-size: 15px 10.5px;
    background-repeat: no-repeat;
    right: 0;
    top: 0.75em;
  }
  .reveal-toggle.reveal-visible:before {
    transform: rotate(180deg);
  }
}
@layer utilities {
  .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode p {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode p {
		--tw-text-opacity: 0.65;
	}
  .dark-mode ul, .dark-mode ol {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode ul, .dark-mode ol {
		--tw-text-opacity: 0.65;
	}
  .dark-mode ul li::marker, .dark-mode ol li::marker {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode ul li::marker, .dark-mode ol li::marker {
		--tw-text-opacity: 0.65;
	}
  .dark-mode strong {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode a:not(.btn) {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode a:not(.btn) {
		--tw-text-opacity: 1;
	}
  .dark-mode a:not(.btn) {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .dark-mode a:not(.btn) {
		transition-duration: 300ms;
	}
  .dark-mode a:not(.btn) {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}
  .dark-mode a:not(.btn):hover {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .dark-mode a:not(.btn):hover {
		--tw-text-opacity: 0.6;
	}
}
.hover\:bg-secondary:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(45, 42, 57, var(--tw-bg-opacity)) !important;
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(203, 69, 58, var(--tw-text-opacity)) !important;
}
.hover\:text-secondary:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(45, 42, 57, var(--tw-text-opacity)) !important;
}
.hover\:text-opacity-100:hover {
	--tw-text-opacity: 1 !important;
}
.group:hover .group-hover\:scale-125 {
	--tw-scale-x: 1.25 !important;
	--tw-scale-y: 1.25 !important;
	transform: var(--tw-transform) !important;
}
@media (min-width: 380px) {

	.xxs\:min-w-80 {
		min-width: 20rem !important;
	}

	.xxs\:p-6 {
		padding: 1.5rem !important;
	}

	.xxs\:pl-0 {
		padding-left: 0px !important;
	}
}
@media (min-width: 480px) {

	.xs\:order-2 {
		order: 2 !important;
	}

	.xs\:order-1 {
		order: 1 !important;
	}

	.xs\:col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.xs\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.xs\:col-span-5 {
		grid-column: span 5 / span 5 !important;
	}

	.xs\:mb-0 {
		margin-bottom: 0px !important;
	}

	.xs\:-ml-44 {
		margin-left: -11rem !important;
	}

	.xs\:block {
		display: block !important;
	}

	.xs\:grid {
		display: grid !important;
	}

	.xs\:min-w-80 {
		min-width: 20rem !important;
	}

	.xs\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.xs\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.xs\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.xs\:justify-start {
		justify-content: flex-start !important;
	}

	.xs\:gap-4 {
		gap: 1rem !important;
	}

	.xs\:gap-20 {
		gap: 5rem !important;
	}

	.xs\:gap-12 {
		gap: 3rem !important;
	}
}
@media (min-width: 580px) {

	.sm\:order-2 {
		order: 2 !important;
	}

	.sm\:order-1 {
		order: 1 !important;
	}

	.sm\:-mr-6 {
		margin-right: -1.5rem !important;
	}

	.sm\:mb-0 {
		margin-bottom: 0px !important;
	}

	.sm\:-ml-36 {
		margin-left: -9rem !important;
	}

	.sm\:mr-4 {
		margin-right: 1rem !important;
	}

	.sm\:flex {
		display: flex !important;
	}

	.sm\:w-10 {
		width: 2.5rem !important;
	}

	.sm\:w-16 {
		width: 4rem !important;
	}

	.sm\:max-w-screen-sm {
		max-width: 580px !important;
	}

	.sm\:max-w-screen-xs {
		max-width: 480px !important;
	}

	.sm\:items-center {
		align-items: center !important;
	}

	.sm\:gap-8 {
		gap: 2rem !important;
	}

	.sm\:pr-4 {
		padding-right: 1rem !important;
	}

	.sm\:text-center {
		text-align: center !important;
	}

	.sm\:text-xs {
		font-size: .75rem !important;
	}

	.sm\:text-secondary {
		--tw-text-opacity: 1 !important;
		color: rgba(45, 42, 57, var(--tw-text-opacity)) !important;
	}
}
@media (min-width: 768px) {

	.md\:top-0 {
		top: 0px !important;
	}

	.md\:left-1\/2 {
		left: 50% !important;
	}

	.md\:order-2 {
		order: 2 !important;
	}

	.md\:order-1 {
		order: 1 !important;
	}

	.md\:col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.md\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.md\:col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.md\:mb-16 {
		margin-bottom: 4rem !important;
	}

	.md\:-mr-12 {
		margin-right: -3rem !important;
	}

	.md\:mb-0 {
		margin-bottom: 0px !important;
	}

	.md\:mt-0 {
		margin-top: 0px !important;
	}

	.md\:mt-12 {
		margin-top: 3rem !important;
	}

	.md\:mb-12 {
		margin-bottom: 3rem !important;
	}

	.md\:ml-0 {
		margin-left: 0px !important;
	}

	.md\:-mt-16 {
		margin-top: -4rem !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:grid {
		display: grid !important;
	}

	.md\:w-1\/3 {
		width: 33.333333% !important;
	}

	.md\:translate-y-1\/2 {
		--tw-translate-y: 50% !important;
		transform: var(--tw-transform) !important;
	}

	.md\:-translate-y-1\/2 {
		--tw-translate-y: -50% !important;
		transform: var(--tw-transform) !important;
	}

	.md\:transform {
		transform: var(--tw-transform) !important;
	}

	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\:gap-4 {
		gap: 1rem !important;
	}

	.md\:gap-12 {
		gap: 3rem !important;
	}

	.md\:gap-20 {
		gap: 5rem !important;
	}

	.md\:gap-x-12 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}

	.md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0 !important;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
	}

	.md\:rounded-2xl {
		border-radius: 1rem !important;
	}

	.md\:border-0 {
		border-width: 0px !important;
	}

	.md\:border-3 {
		border-width: 3px !important;
	}

	.md\:border-primary {
		--tw-border-opacity: 1 !important;
		border-color: rgba(203, 69, 58, var(--tw-border-opacity)) !important;
	}

	.md\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.md\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.md\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.md\:px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.md\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.md\:pb-36 {
		padding-bottom: 9rem !important;
	}

	.md\:pt-16 {
		padding-top: 4rem !important;
	}

	.md\:pb-0 {
		padding-bottom: 0px !important;
	}

	.md\:pt-12 {
		padding-top: 3rem !important;
	}

	.md\:pt-8 {
		padding-top: 2rem !important;
	}

	.md\:pb-12 {
		padding-bottom: 3rem !important;
	}

	.md\:pb-8 {
		padding-bottom: 2rem !important;
	}

	.md\:text-center {
		text-align: center !important;
	}

	.md\:text-right {
		text-align: right !important;
	}

	.md\:text-lg {
		font-size: 1.125rem !important;
	}
}
@media (min-width: 1024px) {

	.lg\:static {
		position: static !important;
	}

	.lg\:order-2 {
		order: 2 !important;
	}

	.lg\:order-1 {
		order: 1 !important;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.lg\:col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.lg\:-mr-12 {
		margin-right: -3rem !important;
	}

	.lg\:mb-12 {
		margin-bottom: 3rem !important;
	}

	.lg\:mb-16 {
		margin-bottom: 4rem !important;
	}

	.lg\:mt-24 {
		margin-top: 6rem !important;
	}

	.lg\:ml-4 {
		margin-left: 1rem !important;
	}

	.lg\:mt-0 {
		margin-top: 0px !important;
	}

	.lg\:mt-32 {
		margin-top: 8rem !important;
	}

	.lg\:mb-24 {
		margin-bottom: 6rem !important;
	}

	.lg\:mt-6 {
		margin-top: 1.5rem !important;
	}

	.lg\:-mt-28 {
		margin-top: -7rem !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.lg\:grid {
		display: grid !important;
	}

	.lg\:h-auto {
		height: auto !important;
	}

	.lg\:w-full {
		width: 100% !important;
	}

	.lg\:w-1\/2 {
		width: 50% !important;
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lg\:justify-end {
		justify-content: flex-end !important;
	}

	.lg\:gap-20 {
		gap: 5rem !important;
	}

	.lg\:gap-16 {
		gap: 4rem !important;
	}

	.lg\:border-0 {
		border-width: 0px !important;
	}

	.lg\:p-0 {
		padding: 0px !important;
	}

	.lg\:p-3 {
		padding: 0.75rem !important;
	}

	.lg\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.lg\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.lg\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.lg\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.lg\:pt-48 {
		padding-top: 12rem !important;
	}

	.lg\:pt-24 {
		padding-top: 6rem !important;
	}

	.lg\:pb-20 {
		padding-bottom: 5rem !important;
	}

	.lg\:pb-24 {
		padding-bottom: 6rem !important;
	}

	.lg\:pb-12 {
		padding-bottom: 3rem !important;
	}

	.lg\:pb-44 {
		padding-bottom: 11rem !important;
	}

	.lg\:pt-20 {
		padding-top: 5rem !important;
	}

	.lg\:pr-12 {
		padding-right: 3rem !important;
	}

	.lg\:pb-0 {
		padding-bottom: 0px !important;
	}

	.lg\:pt-68 {
		padding-top: 17rem !important;
	}

	.lg\:pt-16 {
		padding-top: 4rem !important;
	}

	.lg\:pt-10 {
		padding-top: 2.5rem !important;
	}

	.lg\:pb-16 {
		padding-bottom: 4rem !important;
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.lg\:text-center {
		text-align: center !important;
	}

	.lg\:text-xl {
		font-size: 1.25rem !important;
	}

	.lg\:shadow-circular {
		--tw-shadow: 56px 56px 56px 0 rgba(0, 0, 0, 0.25) !important;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
	}
}
@media (min-width: 1360px) {

	.xl\:mb-20 {
		margin-bottom: 5rem !important;
	}

	.xl\:-mr-32 {
		margin-right: -8rem !important;
	}

	.xl\:max-w-screen-sm {
		max-width: 580px !important;
	}

	.xl\:gap-64 {
		gap: 16rem !important;
	}

	.xl\:gap-24 {
		gap: 6rem !important;
	}

	.xl\:gap-20 {
		gap: 5rem !important;
	}

	.xl\:gap-28 {
		gap: 7rem !important;
	}

	.xl\:gap-x-48 {
		-moz-column-gap: 12rem !important;
		     column-gap: 12rem !important;
	}

	.xl\:p-6 {
		padding: 1.5rem !important;
	}

	.xl\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.xl\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important;
	}

	.xl\:pr-40 {
		padding-right: 10rem !important;
	}

	.xl\:pb-24 {
		padding-bottom: 6rem !important;
	}

	.xl\:pl-20 {
		padding-left: 5rem !important;
	}

	.xl\:pt-24 {
		padding-top: 6rem !important;
	}

	.xl\:pr-10 {
		padding-right: 2.5rem !important;
	}

	.xl\:pt-12 {
		padding-top: 3rem !important;
	}

	.xl\:pb-12 {
		padding-bottom: 3rem !important;
	}
}
